#427229

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

Shades of Bilbao #427229

Tints of Bilbao #427229

Color information

#427229 (or 0x427229) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 29. RGB value is (66,114,41). Sum of RGB (Red+Green+Blue) = 66+114+41=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #427229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427229 is #BD8DD6. Grayscale: #5B5B5B. Windows color (decimal): -12422615 or 2716226. OLE color: 2716226.

HSL color Cylindrical-coordinate representation of color #427229: hue angle of 99.45º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #427229 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB6611441-
CMYK0.4200.640.55
HSL99.45º47.1%30.39%-
HSV(B)99.45º64.04%44.71%-
XYZ8.6613.354.22-
YUV91.3399.6109.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 41 (16.41% from 255) = 18.55%
R=29.86%
G=51.58%
B=18.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114410.4200.640.5599.4547.130.39
Hex4272292A04037632f1e
Octal10216251520100671435736
Binary1000010111001010100110101001000000110111110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427229; }

 p { color: rgb(66,114,41); }

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

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

 a { background-color: rgb(66,114,41); }

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

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

 span { border-color: rgb(66,114,41); }

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