#42760A

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

Shades of Bilbao #42760A

Tints of Bilbao #42760A

Color information

#42760A (or 0x42760A) is unknown color: approx Bilbao. HEX triplet: 42, 76 and 0A. RGB value is (66,118,10). Sum of RGB (Red+Green+Blue) = 66+118+10=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #42760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42760A is #BD89F5. Grayscale: #5A5A5A. Windows color (decimal): -12421622 or 685634. OLE color: 685634.

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

Color convert

RGB6611810-
CMYK0.4400.920.54
HSL88.89º84.38%25.1%-
HSV(B)88.89º91.53%46.27%-
XYZ8.7814.142.55-
YUV90.1482.77110.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 118 (46.48% from 255) = 60.82%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=34.02%
G=60.82%
B=5.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118100.4400.920.5488.8984.3825.1
Hex4276A2C05C36595419
Octal102166125401346613112431
Binary100001011101101010101100010111001101101011001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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