Html Css Color HEX #323C32 Timber Green

📋 copy color: '#323C32'

red 50 ◦ green 60 ◦ blue 50

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

Shades of Timber Green #323C32

Tints of Timber Green #323C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.25%

R = 31.25%
G = 37.5%
B = 31.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.76

RGB Variations

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

Color information

#323C32 (or 0x323C32) is known color: Timber Green. HEX triplet: 32, 3C and 32. RGB value is (50,60,50). Sum of RGB (Red+Green+Blue) = 50+60+50=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 60 - color contains mainly: green. Hex color #323C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C32 is #CDC3CD. Grayscale: #373737. Windows color (decimal): -13485006 or 3292210. OLE color: 3292210.

HSL color Cylindrical-coordinate representation of color #323C32: hue angle of 120º 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 #323C32 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB 50 60 50 -
CMYK 0.17 0 0.17 0.76
HSL 120º 0.09% 0.22% -
HSV(B) 120º 0.17% 0.24% -
XYZ 3.51 4.14 3.63 -
YUV 55.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 50 60 50 0.17 0 0.17 0.76 120 0.09 0.22
Hex 32 3C 32 11 0 11 4C 78 9 16
Octal 62 74 62 21 0 21 114 170 11 26
Binary 110010 111100 110010 10001 0 10001 1001100 1111000 1001 10110

Color Harmonies of #323C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C32

Black with #323C32

Text Example


Text Example

White with #323C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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