Html Css Color HEX #323C36 English Holly

📋 copy color: '#323C36'

red 50 ◦ green 60 ◦ blue 54

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

Shades of English Holly #323C36

Tints of English Holly #323C36

RGB

 RED value IS 50 (19.92% from 255) = 30.49%

 GREEN value IS 60 (23.83% from 255) = 36.59%

 BLUE value IS 54 (21.48% from 255) = 32.93%

R = 30.49%
G = 36.59%
B = 32.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#323C36 (or 0x323C36) is known color: English Holly. HEX triplet: 32, 3C and 36. RGB value is (50,60,54). Sum of RGB (Red+Green+Blue) = 50+60+54=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 60 - color contains mainly: green. Hex color #323C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C36 is #CDC3C9. Grayscale: #383838. Windows color (decimal): -13485002 or 3554354. OLE color: 3554354.

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

Color convert

RGB 50 60 54 -
CMYK 0.17 0 0.10 0.76
HSL 144º 0.09% 0.22% -
HSV(B) 144º 0.17% 0.24% -
XYZ 3.6 4.18 4.11 -
YUV 56.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 50 60 54 0.17 0 0.10 0.76 144 0.09 0.22
Hex 32 3C 36 11 0 A 4C 90 9 16
Octal 62 74 66 21 0 12 114 220 11 26
Binary 110010 111100 110110 10001 0 1010 1001100 10010000 1001 10110

Color Harmonies of #323C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C36

Black with #323C36

Text Example


Text Example

White with #323C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,60,54); }

 H1.HeaderClassName
 {
   color: #323C36;
 }
 .AnyTagClassName
 {
   color: #323C36;
 }
</style>

background-color css

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

 a { background-color: rgb(50,60,54); }

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

border-color css

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

 span { border-color: rgb(50,60,54); }

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