Html Css Color HEX #323B34 Timber Green

📋 copy color: '#323B34'

red 50 ◦ green 59 ◦ blue 52

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

Shades of Timber Green #323B34

Tints of Timber Green #323B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.65%

 BLUE value IS 52 (20.7% from 255) = 32.3%

R = 31.06%
G = 36.65%
B = 32.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#323B34 (or 0x323B34) is known color: Timber Green. HEX triplet: 32, 3B and 34. RGB value is (50,59,52). Sum of RGB (Red+Green+Blue) = 50+59+52=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 59 - color contains mainly: green. Hex color #323B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B34 is #CDC4CB. Grayscale: #373737. Windows color (decimal): -13485260 or 3423026. OLE color: 3423026.

HSL color Cylindrical-coordinate representation of color #323B34: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #323B34 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 59 52 -
CMYK 0.15 0 0.12 0.77
HSL 133.33º 0.08% 0.21% -
HSV(B) 133.33º 0.15% 0.23% -
XYZ 3.5 4.05 3.85 -
YUV 55.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 50 59 52 0.15 0 0.12 0.77 133.33 0.08 0.21
Hex 32 3B 34 F 0 C 4D 85 8 15
Octal 62 73 64 17 0 14 115 205 10 25
Binary 110010 111011 110100 1111 0 1100 1001101 10000101 1000 10101

Color Harmonies of #323B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B34

Black with #323B34

Text Example


Text Example

White with #323B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,52); }

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

background-color css

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

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

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

border-color css

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

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

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