Html Css Color HEX #324B34 Timber Green

📋 copy color: '#324B34'

red 50 ◦ green 75 ◦ blue 52

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

Shades of Timber Green #324B34

Tints of Timber Green #324B34

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.37%

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

R = 28.25%
G = 42.37%
B = 29.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#324B34 (or 0x324B34) is known color: Timber Green. HEX triplet: 32, 4B and 34. RGB value is (50,75,52). Sum of RGB (Red+Green+Blue) = 50+75+52=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #324B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B34 is #CDB4CB. Grayscale: #404040. Windows color (decimal): -13481164 or 3427122. OLE color: 3427122.

HSL color Cylindrical-coordinate representation of color #324B34: hue angle of 124.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324B34 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 75 52 -
CMYK 0.33 0 0.31 0.71
HSL 124.8º 0.2% 0.25% -
HSV(B) 124.8º 0.33% 0.29% -
XYZ 4.45 5.96 4.16 -
YUV 64.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 50 75 52 0.33 0 0.31 0.71 124.8 0.2 0.25
Hex 32 4B 34 21 0 1F 47 7D 14 19
Octal 62 113 64 41 0 37 107 175 24 31
Binary 110010 1001011 110100 100001 0 11111 1000111 1111101 10100 11001

Color Harmonies of #324B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B34

Black with #324B34

Text Example


Text Example

White with #324B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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