Html Css Color HEX #324C38 Timber Green

📋 copy color: '#324C38'

red 50 ◦ green 76 ◦ blue 56

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

Shades of Timber Green #324C38

Tints of Timber Green #324C38

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

 BLUE value IS 56 (22.27% from 255) = 30.77%

R = 27.47%
G = 41.76%
B = 30.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.70

RGB Variations

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

Color information

#324C38 (or 0x324C38) is known color: Timber Green. HEX triplet: 32, 4C and 38. RGB value is (50,76,56). Sum of RGB (Red+Green+Blue) = 50+76+56=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #324C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C38 is #CDB3C7. Grayscale: #424242. Windows color (decimal): -13480904 or 3689522. OLE color: 3689522.

HSL color Cylindrical-coordinate representation of color #324C38: hue angle of 133.85º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #324C38 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 76 56 -
CMYK 0.34 0 0.26 0.70
HSL 133.85º 0.21% 0.25% -
HSV(B) 133.85º 0.34% 0.3% -
XYZ 4.61 6.13 4.68 -
YUV 65.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 50 76 56 0.34 0 0.26 0.70 133.85 0.21 0.25
Hex 32 4C 38 22 0 1A 46 86 15 19
Octal 62 114 70 42 0 32 106 206 25 31
Binary 110010 1001100 111000 100010 0 11010 1000110 10000110 10101 11001

Color Harmonies of #324C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C38

Black with #324C38

Text Example


Text Example

White with #324C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,56); }

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

background-color css

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

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

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

border-color css

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

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

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