#327821

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

Shades of Bilbao #327821

Tints of Bilbao #327821

Color information

#327821 (or 0x327821) is unknown color: approx Bilbao. HEX triplet: 32, 78 and 21. RGB value is (50,120,33). Sum of RGB (Red+Green+Blue) = 50+120+33=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #327821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327821 is #CD87DE. Grayscale: #595959. Windows color (decimal): -13469663 or 2193458. OLE color: 2193458.

HSL color Cylindrical-coordinate representation of color #327821: hue angle of 108.28º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #327821 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB5012033-
CMYK0.5800.720.53
HSL108.28º56.86%30%-
HSV(B)108.28º72.5%47.06%-
XYZ8.3114.223.75-
YUV89.1596.31100.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 120 (47.27% from 255) = 59.11%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=24.63%
G=59.11%
B=16.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120330.5800.720.53108.2856.8630
Hex3278213A048356c391e
Octal6217041720110651547136
Binary110010111100010000111101001001000110101110110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327821; }

 p { color: rgb(50,120,33); }

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

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

 a { background-color: rgb(50,120,33); }

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

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

 span { border-color: rgb(50,120,33); }

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