#427C20

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

Shades of Bilbao #427C20

Tints of Bilbao #427C20

Color information

#427C20 (or 0x427C20) is unknown color: approx Bilbao. HEX triplet: 42, 7C and 20. RGB value is (66,124,32). Sum of RGB (Red+Green+Blue) = 66+124+32=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #427C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C20 is #BD83DF. Grayscale: #606060. Windows color (decimal): -12420064 or 2128962. OLE color: 2128962.

HSL color Cylindrical-coordinate representation of color #427C20: hue angle of 97.83º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #427C20 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB6612432-
CMYK0.4700.740.51
HSL97.83º58.97%30.59%-
HSV(B)97.83º74.19%48.63%-
XYZ9.7215.683.88-
YUV96.1791.78106.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 124 (48.83% from 255) = 55.86%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=29.73%
G=55.86%
B=14.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124320.4700.740.5197.8358.9730.59
Hex427C202F04A33623b1f
Octal10217440570112631427337
Binary1000010111110010000010111101001010110011110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427C20; }

 p { color: rgb(66,124,32); }

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

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

 a { background-color: rgb(66,124,32); }

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

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

 span { border-color: rgb(66,124,32); }

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