Html Css Color HEX #323E37 English Holly

📋 copy color: '#323E37'

red 50 ◦ green 62 ◦ blue 55

#323E37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of English Holly #323E37

Tints of English Holly #323E37

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 value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.76

RGB Variations

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

Color information

#323E37 (or 0x323E37) is known color: 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

RGB 50 62 55 -
CMYK 0.19 0 0.11 0.76
HSL 145º 0.11% 0.22% -
HSV(B) 145º 0.19% 0.24% -
XYZ 3.73 4.4 4.27 -
YUV 57.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 50 62 55 0.19 0 0.11 0.76 145 0.11 0.22
Hex 32 3E 37 13 0 B 4C 91 B 16
Octal 62 76 67 23 0 13 114 221 13 26
Binary 110010 111110 110111 10011 0 1011 1001100 10010001 1011 10110

Color Harmonies of #323E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E37

Black with #323E37

Text Example


Text Example

White with #323E37

Text Example


Text Example

HTML Codes & Css Web 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>