#42890B

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

Shades of Bilbao #42890B

Tints of Bilbao #42890B

Color information

#42890B (or 0x42890B) is unknown color: approx Bilbao. HEX triplet: 42, 89 and 0B. RGB value is (66,137,11). Sum of RGB (Red+Green+Blue) = 66+137+11=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #42890B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42890B is #BD76F4. Grayscale: #656565. Windows color (decimal): -12416757 or 756034. OLE color: 756034.

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

Color convert

RGB6613711-
CMYK0.5200.920.46
HSL93.81º85.14%29.02%-
HSV(B)93.81º91.97%53.73%-
XYZ11.2519.073.41-
YUV101.4176.98102.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 137 (53.91% from 255) = 64.02%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=30.84%
G=64.02%
B=5.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137110.5200.920.4693.8185.1429.02
Hex4289B3405C2E5e551d
Octal102211136401345613612535
Binary1000010100010011011110100010111001011101011110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42890B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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