#42860F

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

Shades of Bilbao #42860F

Tints of Bilbao #42860F

Color information

#42860F (or 0x42860F) is unknown color: approx Bilbao. HEX triplet: 42, 86 and 0F. RGB value is (66,134,15). Sum of RGB (Red+Green+Blue) = 66+134+15=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #42860F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42860F is #BD79F0. Grayscale: #646464. Windows color (decimal): -12417521 or 1017410. OLE color: 1017410.

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

Color convert

RGB6613415-
CMYK0.5100.890.47
HSL94.29º79.87%29.22%-
HSV(B)94.29º88.81%52.55%-
XYZ10.8618.243.4-
YUV100.179.97103.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 134 (52.73% from 255) = 62.33%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=30.70%
G=62.33%
B=6.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134150.5100.890.4794.2979.8729.22
Hex4286F330592F5e501d
Octal102206176301315713612035
Binary1000010100001101111110011010110011011111011110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42860F; }

 p { color: rgb(66,134,15); }

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

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

 a { background-color: rgb(66,134,15); }

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

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

 span { border-color: rgb(66,134,15); }

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