#427606

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

Shades of Bilbao #427606

Tints of Bilbao #427606

Color information

#427606 (or 0x427606) is unknown color: approx Bilbao. HEX triplet: 42, 76 and 06. RGB value is (66,118,6). Sum of RGB (Red+Green+Blue) = 66+118+6=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #427606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427606 is #BD89F9. Grayscale: #5A5A5A. Windows color (decimal): -12421626 or 423490. OLE color: 423490.

HSL color Cylindrical-coordinate representation of color #427606: hue angle of 87.86º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #427606 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB661186-
CMYK0.4400.950.54
HSL87.86º90.32%24.31%-
HSV(B)87.86º94.92%46.27%-
XYZ8.7614.132.44-
YUV89.6880.77111.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 118 (46.48% from 255) = 62.11%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=34.74%
G=62.11%
B=3.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6611860.4400.950.5487.8690.3224.31
Hex427662C05F36585a18
Octal10216665401376613013230
Binary10000101110110110101100010111111101101011000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427606; }

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

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

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

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

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

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

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

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