#427900

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

Shades of Bilbao #427900

Tints of Bilbao #427900

Color information

#427900 (or 0x427900) is unknown color: approx Bilbao. HEX triplet: 42, 79 and 00. RGB value is (66,121,0). Sum of RGB (Red+Green+Blue) = 66+121+0=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 121 (47.66% from 255 or 64.71% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 121 - color contains mainly: green. Hex color #427900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427900 is #BD86FF. Grayscale: #5B5B5B. Windows color (decimal): -12420864 or 31042. OLE color: 31042.

HSL color Cylindrical-coordinate representation of color #427900: hue angle of 87.27º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #427900 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB661210-
CMYK0.45010.53
HSL87.27º100%23.73%-
HSV(B)87.27º100%47.45%-
XYZ9.0814.832.38-
YUV90.7676.78110.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 121 (47.66% from 255) = 64.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.29%
G=64.71%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6612100.45010.5387.2710023.73
Hex427902D06435576418
Octal10217105501446512714430
Binary100001011110010101101011001001101011010111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427900; }

 p { color: rgb(66,121,0); }

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

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

 a { background-color: rgb(66,121,0); }

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

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

 span { border-color: rgb(66,121,0); }

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