#427802

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

Shades of Bilbao #427802

Tints of Bilbao #427802

Color information

#427802 (or 0x427802) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 02. RGB value is (66,120,2). Sum of RGB (Red+Green+Blue) = 66+120+2=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 120 (47.27% from 255 or 63.83% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 120 - color contains mainly: green. Hex color #427802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427802 is #BD87FD. Grayscale: #5A5A5A. Windows color (decimal): -12421118 or 161858. OLE color: 161858.

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

Color convert

RGB661202-
CMYK0.4500.980.53
HSL87.46º96.72%23.92%-
HSV(B)87.46º98.33%47.06%-
XYZ8.9714.62.4-
YUV90.478.11110.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 120 (47.27% from 255) = 63.83%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=35.11%
G=63.83%
B=1.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6612020.4500.980.5387.4696.7223.92
Hex427822D06235576118
Octal10217025501426512714130
Binary1000010111100010101101011000101101011010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427802; }

 p { color: rgb(66,120,2); }

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

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

 a { background-color: rgb(66,120,2); }

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

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

 span { border-color: rgb(66,120,2); }

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