#323E37

Color #323E37 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #323E37

Tints of English Holly #323E37

Color information

#323E37 (or 0x323E37) is unknown color: approx English Holly. HEX triplet: 32, 3E and 37. RGB value is (50,62,55). Sum of RGB (Red+Green+Blue) = 50+62+55=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 62 - color contains mainly: green. Hex color #323E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E37 is #CDC1C8. Grayscale: #393939. Windows color (decimal): -13484489 or 3620402. OLE color: 3620402.

HSL color Cylindrical-coordinate representation of color #323E37: hue angle of 145º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #323E37 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB506255-
CMYK0.1900.110.76
HSL145º10.71%21.96%-
HSV(B)145º19.35%24.31%-
XYZ3.734.44.27-
YUV57.61126.52122.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 55 (21.88% from 255) = 32.93%
R=29.94%
G=37.13%
B=32.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5062550.1900.110.7614510.7121.96
Hex323E37130B4C91b16
Octal627667230131142211326
Binary1100101111101101111001101011100110010010001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E37; }

 p { color: rgb(50,62,55); }

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

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

 a { background-color: rgb(50,62,55); }

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

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

 span { border-color: rgb(50,62,55); }

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