#42870B

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

Shades of Bilbao #42870B

Tints of Bilbao #42870B

Color information

#42870B (or 0x42870B) is unknown color: approx Bilbao. HEX triplet: 42, 87 and 0B. RGB value is (66,135,11). Sum of RGB (Red+Green+Blue) = 66+135+11=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #42870B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42870B is #BD78F4. Grayscale: #646464. Windows color (decimal): -12417269 or 755522. OLE color: 755522.

HSL color Cylindrical-coordinate representation of color #42870B: hue angle of 93.39º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42870B is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB6613511-
CMYK0.5100.920.47
HSL93.39º84.93%28.63%-
HSV(B)93.39º91.85%52.94%-
XYZ10.9718.513.31-
YUV100.2377.64103.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 135 (53.12% from 255) = 63.68%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=31.13%
G=63.68%
B=5.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135110.5100.920.4793.3984.9328.63
Hex4287B3305C2F5d551d
Octal102207136301345713512535
Binary1000010100001111011110011010111001011111011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42870B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42870B; }

 p { color: rgb(66,135,11); }

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

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

 a { background-color: rgb(66,135,11); }

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

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

 span { border-color: rgb(66,135,11); }

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