Html Css Color HEX #324236 Timber Green

📋 copy color: '#324236'

red 50 ◦ green 66 ◦ blue 54

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

Shades of Timber Green #324236

Tints of Timber Green #324236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.76%

R = 29.41%
G = 38.82%
B = 31.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#324236 (or 0x324236) is known color: Timber Green. HEX triplet: 32, 42 and 36. RGB value is (50,66,54). Sum of RGB (Red+Green+Blue) = 50+66+54=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #324236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324236 is #CDBDC9. Grayscale: #3B3B3B. Windows color (decimal): -13483466 or 3555890. OLE color: 3555890.

HSL color Cylindrical-coordinate representation of color #324236: hue angle of 135º 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 #324236 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 66 54 -
CMYK 0.24 0 0.18 0.74
HSL 135º 0.14% 0.23% -
HSV(B) 135º 0.24% 0.26% -
XYZ 3.93 4.84 4.22 -
YUV 59.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 50 66 54 0.24 0 0.18 0.74 135 0.14 0.23
Hex 32 42 36 18 0 12 4A 87 E 17
Octal 62 102 66 30 0 22 112 207 16 27
Binary 110010 1000010 110110 11000 0 10010 1001010 10000111 1110 10111

Color Harmonies of #324236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324236

Black with #324236

Text Example


Text Example

White with #324236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324236; }

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

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

background-color css

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

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

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

border-color css

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

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

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