#327727

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

Shades of Bilbao #327727

Tints of Bilbao #327727

Color information

#327727 (or 0x327727) is unknown color: approx Bilbao. HEX triplet: 32, 77 and 27. RGB value is (50,119,39). Sum of RGB (Red+Green+Blue) = 50+119+39=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #327727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327727 is #CD88D8. Grayscale: #595959. Windows color (decimal): -13469913 or 2586418. OLE color: 2586418.

HSL color Cylindrical-coordinate representation of color #327727: hue angle of 111.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 #327727 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB5011939-
CMYK0.5800.670.53
HSL111.75º50.63%30.98%-
HSV(B)111.75º67.23%46.67%-
XYZ8.2814.024.19-
YUV89.2599.64100-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 119 (46.88% from 255) = 57.21%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=24.04%
G=57.21%
B=18.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119390.5800.670.53111.7550.6330.98
Hex3277273A0433570331f
Octal6216747720103651606337
Binary110010111011110011111101001000011110101111000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327727; }

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

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

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

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

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

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

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

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