#427901

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

Shades of Bilbao #427901

Tints of Bilbao #427901

Color information

#427901 (or 0x427901) is unknown color: approx Bilbao. HEX triplet: 42, 79 and 01. RGB value is (66,121,1). Sum of RGB (Red+Green+Blue) = 66+121+1=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 121 (47.66% from 255 or 64.36% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 121 - color contains mainly: green. Hex color #427901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427901 is #BD86FE. Grayscale: #5B5B5B. Windows color (decimal): -12420863 or 96578. OLE color: 96578.

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

Color convert

RGB661211-
CMYK0.4500.990.53
HSL87.5º98.36%23.92%-
HSV(B)87.5º99.17%47.45%-
XYZ9.0914.842.41-
YUV90.8877.28110.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 121 (47.66% from 255) = 64.36%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=35.11%
G=64.36%
B=0.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6612110.4500.990.5387.598.3623.92
Hex427912D06335586218
Octal10217115501436513014230
Binary100001011110011101101011000111101011011000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427901; }

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

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

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

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

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

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

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

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