#338912

Color #338912 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #338912

Tints of Bilbao #338912

Color information

#338912 (or 0x338912) is unknown color: approx Bilbao. HEX triplet: 33, 89 and 12. RGB value is (51,137,18). Sum of RGB (Red+Green+Blue) = 51+137+18=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #338912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338912 is #CC76ED. Grayscale: #626262. Windows color (decimal): -13399790 or 1214771. OLE color: 1214771.

HSL color Cylindrical-coordinate representation of color #338912: hue angle of 103.36º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #338912 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB5113718-
CMYK0.6300.870.46
HSL103.36º76.77%30.39%-
HSV(B)103.36º86.86%53.73%-
XYZ10.4218.643.62-
YUV97.7283.0194.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 137 (53.91% from 255) = 66.50%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=24.76%
G=66.50%
B=8.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51137180.6300.870.46103.3676.7730.39
Hex3389123F0572E674d1e
Octal63211227701275614711536
Binary1100111000100110010111111010101111011101100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338912; }

 p { color: rgb(51,137,18); }

 H1.HeaderClassName
 {
   color: #338912;
 }
 .AnyTagClassName
 {
   color: #338912;
 }
</style>
background-color css

<style>
 a { background-color: #338912; }

 a { background-color: rgb(51,137,18); }

 div.DivClassName
 {
   background-color: #338912;
 }
 .BgClassName
 {
   background-color: #338912;
 }
</style>
border-color css

<style>
 span { border-color: #338912; }

 span { border-color: rgb(51,137,18); }

 td.TdClassName
 {
   border-color: #338912;
 }
 .TagClassName
 {
   border-color: #338912;
 }
</style>