#42890A

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

Shades of Bilbao #42890A

Tints of Bilbao #42890A

Color information

#42890A (or 0x42890A) is unknown color: approx Bilbao. HEX triplet: 42, 89 and 0A. RGB value is (66,137,10). Sum of RGB (Red+Green+Blue) = 66+137+10=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #42890A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42890A is #BD76F5. Grayscale: #656565. Windows color (decimal): -12416758 or 690498. OLE color: 690498.

HSL color Cylindrical-coordinate representation of color #42890A: hue angle of 93.54º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42890A is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB6613710-
CMYK0.5200.930.46
HSL93.54º86.39%28.82%-
HSV(B)93.54º92.7%53.73%-
XYZ11.2519.073.38-
YUV101.2976.48102.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 137 (53.91% from 255) = 64.32%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=30.99%
G=64.32%
B=4.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137100.5200.930.4693.5486.3928.82
Hex4289A3405D2E5e561d
Octal102211126401355613612635
Binary1000010100010011010110100010111011011101011110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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