#338A12

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

Shades of Bilbao #338A12

Tints of Bilbao #338A12

Color information

#338A12 (or 0x338A12) is unknown color: approx Bilbao. HEX triplet: 33, 8A and 12. RGB value is (51,138,18). Sum of RGB (Red+Green+Blue) = 51+138+18=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #338A12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A12 is #CC75ED. Grayscale: #626262. Windows color (decimal): -13399534 or 1215027. OLE color: 1215027.

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

Color convert

RGB5113818-
CMYK0.6300.870.46
HSL103.5º76.92%30.59%-
HSV(B)103.5º86.96%54.12%-
XYZ10.5618.923.67-
YUV98.3182.6894.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 138 (54.30% from 255) = 66.67%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=24.64%
G=66.67%
B=8.70%

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
Decimal51138180.6300.870.46103.576.9230.59
Hex338A123F0572E684d1f
Octal63212227701275615011537
Binary1100111000101010010111111010101111011101101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338A12; }

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

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

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

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

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

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

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

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