Html Css Color HEX #324235 Timber Green

📋 copy color: '#324235'

red 50 ◦ green 66 ◦ blue 53

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

Shades of Timber Green #324235

Tints of Timber Green #324235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.05%

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

R = 29.59%
G = 39.05%
B = 31.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#324235 (or 0x324235) is known color: Timber Green. HEX triplet: 32, 42 and 35. RGB value is (50,66,53). Sum of RGB (Red+Green+Blue) = 50+66+53=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #324235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324235 is #CDBDCA. Grayscale: #3B3B3B. Windows color (decimal): -13483467 or 3490354. OLE color: 3490354.

HSL color Cylindrical-coordinate representation of color #324235: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #324235 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 66 53 -
CMYK 0.24 0 0.20 0.74
HSL 131.25º 0.14% 0.23% -
HSV(B) 131.25º 0.24% 0.26% -
XYZ 3.91 4.83 4.09 -
YUV 59.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 50 66 53 0.24 0 0.20 0.74 131.25 0.14 0.23
Hex 32 42 35 18 0 14 4A 83 E 17
Octal 62 102 65 30 0 24 112 203 16 27
Binary 110010 1000010 110101 11000 0 10100 1001010 10000011 1110 10111

Color Harmonies of #324235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324235

Black with #324235

Text Example


Text Example

White with #324235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324235; }

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

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

background-color css

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

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

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

border-color css

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

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

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