Html Css Color HEX #324A35 Timber Green

📋 copy color: '#324A35'

red 50 ◦ green 74 ◦ blue 53

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

Shades of Timber Green #324A35

Tints of Timber Green #324A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.81%

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

R = 28.25%
G = 41.81%
B = 29.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.71

RGB Variations

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

Color information

#324A35 (or 0x324A35) is known color: Timber Green. HEX triplet: 32, 4A and 35. RGB value is (50,74,53). Sum of RGB (Red+Green+Blue) = 50+74+53=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #324A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A35 is #CDB5CA. Grayscale: #404040. Windows color (decimal): -13481419 or 3492402. OLE color: 3492402.

HSL color Cylindrical-coordinate representation of color #324A35: hue angle of 127.5º 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 #324A35 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 74 53 -
CMYK 0.32 0 0.28 0.71
HSL 127.5º 0.19% 0.24% -
HSV(B) 127.5º 0.32% 0.29% -
XYZ 4.41 5.83 4.26 -
YUV 64.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 50 74 53 0.32 0 0.28 0.71 127.5 0.19 0.24
Hex 32 4A 35 20 0 1C 47 80 13 18
Octal 62 112 65 40 0 34 107 200 23 30
Binary 110010 1001010 110101 100000 0 11100 1000111 10000000 10011 11000

Color Harmonies of #324A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A35

Black with #324A35

Text Example


Text Example

White with #324A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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