#327224

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

Shades of Bilbao #327224

Tints of Bilbao #327224

Color information

#327224 (or 0x327224) is unknown color: approx Bilbao. HEX triplet: 32, 72 and 24. RGB value is (50,114,36). Sum of RGB (Red+Green+Blue) = 50+114+36=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #327224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327224 is #CD8DDB. Grayscale: #565656. Windows color (decimal): -13471196 or 2388530. OLE color: 2388530.

HSL color Cylindrical-coordinate representation of color #327224: hue angle of 109.23º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327224 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB5011436-
CMYK0.5600.680.55
HSL109.23º52%29.41%-
HSV(B)109.23º68.42%44.71%-
XYZ7.6512.843.74-
YUV85.9799.8102.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 114 (44.92% from 255) = 57%
BLUE value IS 36 (14.45% from 255) = 18%
R=25%
G=57%
B=18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114360.5600.680.55109.235229.41
Hex32722438044376d341d
Octal6216244700104671556435
Binary110010111001010010011100001000100110111110110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327224; }

 p { color: rgb(50,114,36); }

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

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

 a { background-color: rgb(50,114,36); }

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

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

 span { border-color: rgb(50,114,36); }

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