#427605

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

Shades of Bilbao #427605

Tints of Bilbao #427605

Color information

#427605 (or 0x427605) is unknown color: approx Bilbao. HEX triplet: 42, 76 and 05. RGB value is (66,118,5). Sum of RGB (Red+Green+Blue) = 66+118+5=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #427605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427605 is #BD89FA. Grayscale: #595959. Windows color (decimal): -12421627 or 357954. OLE color: 357954.

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

Color convert

RGB661185-
CMYK0.4400.960.54
HSL87.61º91.87%24.12%-
HSV(B)87.61º95.76%46.27%-
XYZ8.7514.132.41-
YUV89.5780.27111.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 118 (46.48% from 255) = 62.43%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=34.92%
G=62.43%
B=2.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6611850.4400.960.5487.6191.8724.12
Hex427652C06036585c18
Octal10216655401406613013430
Binary10000101110110101101100011000001101101011000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427605; }

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

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

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

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

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

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

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

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