#427727

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

Shades of Bilbao #427727

Tints of Bilbao #427727

Color information

#427727 (or 0x427727) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 27. RGB value is (66,119,39). Sum of RGB (Red+Green+Blue) = 66+119+39=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #427727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427727 is #BD88D8. Grayscale: #5E5E5E. Windows color (decimal): -12421337 or 2586434. OLE color: 2586434.

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

Color convert

RGB6611939-
CMYK0.4500.670.53
HSL99.75º50.63%30.98%-
HSV(B)99.75º67.23%46.67%-
XYZ9.2114.54.23-
YUV94.0396.94108-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 119 (46.88% from 255) = 53.12%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=29.46%
G=53.12%
B=17.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119390.4500.670.5399.7550.6330.98
Hex4277272D0433564331f
Octal10216747550103651446337
Binary1000010111011110011110110101000011110101110010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427727; }

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

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

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

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

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

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

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

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