#327120

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

Shades of Bilbao #327120

Tints of Bilbao #327120

Color information

#327120 (or 0x327120) is unknown color: approx Bilbao. HEX triplet: 32, 71 and 20. RGB value is (50,113,32). Sum of RGB (Red+Green+Blue) = 50+113+32=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #327120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327120 is #CD8EDF. Grayscale: #555555. Windows color (decimal): -13471456 or 2126130. OLE color: 2126130.

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

Color convert

RGB5011332-
CMYK0.5600.720.56
HSL106.67º55.86%28.43%-
HSV(B)106.67º71.68%44.31%-
XYZ7.4812.593.4-
YUV84.9398.13103.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 113 (44.53% from 255) = 57.95%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=25.64%
G=57.95%
B=16.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113320.5600.720.56106.6755.8628.43
Hex32712038048386b381c
Octal6216140700110701537034
Binary110010111000110000011100001001000111000110101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327120; }

 p { color: rgb(50,113,32); }

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

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

 a { background-color: rgb(50,113,32); }

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

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

 span { border-color: rgb(50,113,32); }

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