Html Css Color HEX #324035 Timber Green

📋 copy color: '#324035'

red 50 ◦ green 64 ◦ blue 53

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

Shades of Timber Green #324035

Tints of Timber Green #324035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.32%

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

R = 29.94%
G = 38.32%
B = 31.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#324035 (or 0x324035) is known color: Timber Green. HEX triplet: 32, 40 and 35. RGB value is (50,64,53). Sum of RGB (Red+Green+Blue) = 50+64+53=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #324035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324035 is #CDBFCA. Grayscale: #3A3A3A. Windows color (decimal): -13483979 or 3489842. OLE color: 3489842.

HSL color Cylindrical-coordinate representation of color #324035: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #324035 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 53 -
CMYK 0.22 0 0.17 0.75
HSL 132.86º 0.12% 0.22% -
HSV(B) 132.86º 0.22% 0.25% -
XYZ 3.79 4.6 4.06 -
YUV 58.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 50 64 53 0.22 0 0.17 0.75 132.86 0.12 0.22
Hex 32 40 35 16 0 11 4B 85 C 16
Octal 62 100 65 26 0 21 113 205 14 26
Binary 110010 1000000 110101 10110 0 10001 1001011 10000101 1100 10110

Color Harmonies of #324035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324035

Black with #324035

Text Example


Text Example

White with #324035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324035; }

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

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

background-color css

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

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

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

border-color css

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

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

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