Html Css Color HEX #324334 Timber Green

📋 copy color: '#324334'

red 50 ◦ green 67 ◦ blue 52

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

Shades of Timber Green #324334

Tints of Timber Green #324334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.64%

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

R = 29.59%
G = 39.64%
B = 30.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#324334 (or 0x324334) is known color: Timber Green. HEX triplet: 32, 43 and 34. RGB value is (50,67,52). Sum of RGB (Red+Green+Blue) = 50+67+52=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #324334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324334 is #CDBCCB. Grayscale: #3C3C3C. Windows color (decimal): -13483212 or 3425074. OLE color: 3425074.

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

Color convert

RGB 50 67 52 -
CMYK 0.25 0 0.22 0.74
HSL 127.06º 0.15% 0.23% -
HSV(B) 127.06º 0.25% 0.26% -
XYZ 3.94 4.94 3.99 -
YUV 60.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 50 67 52 0.25 0 0.22 0.74 127.06 0.15 0.23
Hex 32 43 34 19 0 16 4A 7F F 17
Octal 62 103 64 31 0 26 112 177 17 27
Binary 110010 1000011 110100 11001 0 10110 1001010 1111111 1111 10111

Color Harmonies of #324334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324334

Black with #324334

Text Example


Text Example

White with #324334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324334; }

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

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

background-color css

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

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

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

border-color css

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

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

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