#427127

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

Shades of Bilbao #427127

Tints of Bilbao #427127

Color information

#427127 (or 0x427127) is unknown color: approx Bilbao. HEX triplet: 42, 71 and 27. RGB value is (66,113,39). Sum of RGB (Red+Green+Blue) = 66+113+39=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #427127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427127 is #BD8ED8. Grayscale: #5A5A5A. Windows color (decimal): -12422873 or 2584898. OLE color: 2584898.

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

Color convert

RGB6611339-
CMYK0.4200.650.56
HSL98.11º48.68%29.8%-
HSV(B)98.11º65.49%44.31%-
XYZ8.5213.114-
YUV90.5198.93110.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 113 (44.53% from 255) = 51.83%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=30.28%
G=51.83%
B=17.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113390.4200.650.5698.1148.6829.8
Hex4271272A0413862311e
Octal10216147520101701426136
Binary1000010111000110011110101001000001111000110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427127; }

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

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

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

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

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

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

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

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