#42760B

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

Shades of Bilbao #42760B

Tints of Bilbao #42760B

Color information

#42760B (or 0x42760B) is unknown color: approx Bilbao. HEX triplet: 42, 76 and 0B. RGB value is (66,118,11). Sum of RGB (Red+Green+Blue) = 66+118+11=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 118 (46.48% from 255 or 60.51% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 118 - color contains mainly: green. Hex color #42760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42760B is #BD89F4. Grayscale: #5A5A5A. Windows color (decimal): -12421621 or 751170. OLE color: 751170.

HSL color Cylindrical-coordinate representation of color #42760B: hue angle of 89.16º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42760B is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB6611811-
CMYK0.4400.910.54
HSL89.16º82.95%25.29%-
HSV(B)89.16º90.68%46.27%-
XYZ8.7914.142.58-
YUV90.2583.27110.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 118 (46.48% from 255) = 60.51%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=33.85%
G=60.51%
B=5.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118110.4400.910.5489.1682.9525.29
Hex4276B2C05B36595319
Octal102166135401336613112331
Binary100001011101101011101100010110111101101011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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