#427227

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

Shades of Bilbao #427227

Tints of Bilbao #427227

Color information

#427227 (or 0x427227) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 27. RGB value is (66,114,39). Sum of RGB (Red+Green+Blue) = 66+114+39=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #427227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427227 is #BD8DD8. Grayscale: #5B5B5B. Windows color (decimal): -12422617 or 2585154. OLE color: 2585154.

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

Color convert

RGB6611439-
CMYK0.4200.660.55
HSL98.4º49.02%30%-
HSV(B)98.4º65.79%44.71%-
XYZ8.6313.344.04-
YUV91.198.6110.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=30.14%
G=52.05%
B=17.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114390.4200.660.5598.449.0230
Hex4272272A0423762311e
Octal10216247520102671426136
Binary1000010111001010011110101001000010110111110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427227; }

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

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

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

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

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

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

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

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