#327822

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

Shades of Bilbao #327822

Tints of Bilbao #327822

Color information

#327822 (or 0x327822) is unknown color: approx Bilbao. HEX triplet: 32, 78 and 22. RGB value is (50,120,34). Sum of RGB (Red+Green+Blue) = 50+120+34=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #327822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327822 is #CD87DD. Grayscale: #595959. Windows color (decimal): -13469662 or 2258994. OLE color: 2258994.

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

Color convert

RGB5012034-
CMYK0.5800.720.53
HSL108.84º55.84%30.2%-
HSV(B)108.84º71.67%47.06%-
XYZ8.3214.233.82-
YUV89.2796.8199.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 120 (47.27% from 255) = 58.82%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=24.51%
G=58.82%
B=16.67%

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
Decimal50120340.5800.720.53108.8455.8430.2
Hex3278223A048356d381e
Octal6217042720110651557036
Binary110010111100010001011101001001000110101110110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327822; }

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

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

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

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

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

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

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

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