Html Css Color HEX #324132 Timber Green

📋 copy color: '#324132'

red 50 ◦ green 65 ◦ blue 50

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

Shades of Timber Green #324132

Tints of Timber Green #324132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 30.3%
G = 39.39%
B = 30.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#324132 (or 0x324132) is known color: Timber Green. HEX triplet: 32, 41 and 32. RGB value is (50,65,50). Sum of RGB (Red+Green+Blue) = 50+65+50=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #324132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324132 is #CDBECD. Grayscale: #3A3A3A. Windows color (decimal): -13483726 or 3293490. OLE color: 3293490.

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

Color convert

RGB 50 65 50 -
CMYK 0.23 0 0.23 0.75
HSL 120º 0.13% 0.23% -
HSV(B) 120º 0.23% 0.25% -
XYZ 3.78 4.69 3.72 -
YUV 58.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 50 65 50 0.23 0 0.23 0.75 120 0.13 0.23
Hex 32 41 32 17 0 17 4B 78 D 17
Octal 62 101 62 27 0 27 113 170 15 27
Binary 110010 1000001 110010 10111 0 10111 1001011 1111000 1101 10111

Color Harmonies of #324132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324132

Black with #324132

Text Example


Text Example

White with #324132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324132; }

 p { color: rgb(50,65,50); }

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

background-color css

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

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

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

border-color css

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

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

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