#327627

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

Shades of Bilbao #327627

Tints of Bilbao #327627

Color information

#327627 (or 0x327627) is unknown color: approx Bilbao. HEX triplet: 32, 76 and 27. RGB value is (50,118,39). Sum of RGB (Red+Green+Blue) = 50+118+39=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #327627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327627 is #CD89D8. Grayscale: #585858. Windows color (decimal): -13470169 or 2586162. OLE color: 2586162.

HSL color Cylindrical-coordinate representation of color #327627: hue angle of 111.65º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327627 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB5011839-
CMYK0.5800.670.54
HSL111.65º50.32%30.78%-
HSV(B)111.65º66.95%46.27%-
XYZ8.1613.784.15-
YUV88.6699.97100.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=24.15%
G=57.00%
B=18.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118390.5800.670.54111.6550.3230.78
Hex3276273A0433670321f
Octal6216647720103661606237
Binary110010111011010011111101001000011110110111000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327627; }

 p { color: rgb(50,118,39); }

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

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

 a { background-color: rgb(50,118,39); }

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

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

 span { border-color: rgb(50,118,39); }

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