#42890E

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

Shades of Bilbao #42890E

Tints of Bilbao #42890E

Color information

#42890E (or 0x42890E) is unknown color: approx Bilbao. HEX triplet: 42, 89 and 0E. RGB value is (66,137,14). Sum of RGB (Red+Green+Blue) = 66+137+14=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 137 (53.91% from 255 or 63.13% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 137 - color contains mainly: green. Hex color #42890E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42890E is #BD76F1. Grayscale: #666666. Windows color (decimal): -12416754 or 952642. OLE color: 952642.

HSL color Cylindrical-coordinate representation of color #42890E: hue angle of 94.63º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42890E is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB6613714-
CMYK0.5200.900.46
HSL94.63º81.46%29.61%-
HSV(B)94.63º89.78%53.73%-
XYZ11.2719.083.5-
YUV101.7578.48102.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 137 (53.91% from 255) = 63.13%
BLUE value IS 14 (5.86% from 255) = 6.45%
R=30.41%
G=63.13%
B=6.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137140.5200.900.4694.6381.4629.61
Hex4289E3405A2E5f511e
Octal102211166401325613712136
Binary1000010100010011110110100010110101011101011111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42890E; }

 p { color: rgb(66,137,14); }

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

<style>
 a { background-color: #42890E; }

 a { background-color: rgb(66,137,14); }

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

<style>
 span { border-color: #42890E; }

 span { border-color: rgb(66,137,14); }

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