Html Css Color HEX #324935 Timber Green

📋 copy color: '#324935'

red 50 ◦ green 73 ◦ blue 53

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

Shades of Timber Green #324935

Tints of Timber Green #324935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.48%

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 28.41%
G = 41.48%
B = 30.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#324935 (or 0x324935) is known color: Timber Green. HEX triplet: 32, 49 and 35. RGB value is (50,73,53). Sum of RGB (Red+Green+Blue) = 50+73+53=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #324935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324935 is #CDB6CA. Grayscale: #3F3F3F. Windows color (decimal): -13481675 or 3492146. OLE color: 3492146.

HSL color Cylindrical-coordinate representation of color #324935: hue angle of 127.83º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324935 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 73 53 -
CMYK 0.32 0 0.27 0.71
HSL 127.83º 0.19% 0.24% -
HSV(B) 127.83º 0.32% 0.29% -
XYZ 4.34 5.7 4.24 -
YUV 63.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 50 73 53 0.32 0 0.27 0.71 127.83 0.19 0.24
Hex 32 49 35 20 0 1B 47 80 13 18
Octal 62 111 65 40 0 33 107 200 23 30
Binary 110010 1001001 110101 100000 0 11011 1000111 10000000 10011 11000

Color Harmonies of #324935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324935

Black with #324935

Text Example


Text Example

White with #324935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324935; }

 p { color: rgb(50,73,53); }

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

background-color css

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

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

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

border-color css

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

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

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