#427827

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

Shades of Bilbao #427827

Tints of Bilbao #427827

Color information

#427827 (or 0x427827) is unknown color: approx Bilbao. HEX triplet: 42, 78 and 27. RGB value is (66,120,39). Sum of RGB (Red+Green+Blue) = 66+120+39=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #427827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427827 is #BD87D8. Grayscale: #5E5E5E. Windows color (decimal): -12421081 or 2586690. OLE color: 2586690.

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

Color convert

RGB6612039-
CMYK0.4500.670.53
HSL100º50.94%31.18%-
HSV(B)100º67.5%47.06%-
XYZ9.3314.744.27-
YUV94.6296.61107.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=29.33%
G=53.33%
B=17.33%

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
Decimal66120390.4500.670.5310050.9431.18
Hex4278272D0433564331f
Octal10217047550103651446337
Binary1000010111100010011110110101000011110101110010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427827; }

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

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

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

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

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

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

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

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