Html Css Color HEX #324538 Timber Green

📋 copy color: '#324538'

red 50 ◦ green 69 ◦ blue 56

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

Shades of Timber Green #324538

Tints of Timber Green #324538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

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

R = 28.57%
G = 39.43%
B = 32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#324538 (or 0x324538) is known color: Timber Green. HEX triplet: 32, 45 and 38. RGB value is (50,69,56). Sum of RGB (Red+Green+Blue) = 50+69+56=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #324538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324538 is #CDBAC7. Grayscale: #3D3D3D. Windows color (decimal): -13482696 or 3687730. OLE color: 3687730.

HSL color Cylindrical-coordinate representation of color #324538: hue angle of 138.95º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #324538 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 69 56 -
CMYK 0.28 0 0.19 0.73
HSL 138.95º 0.16% 0.23% -
HSV(B) 138.95º 0.28% 0.27% -
XYZ 4.16 5.22 4.53 -
YUV 61.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 50 69 56 0.28 0 0.19 0.73 138.95 0.16 0.23
Hex 32 45 38 1C 0 13 49 8B 10 17
Octal 62 105 70 34 0 23 111 213 20 27
Binary 110010 1000101 111000 11100 0 10011 1001001 10001011 10000 10111

Color Harmonies of #324538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324538

Black with #324538

Text Example


Text Example

White with #324538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324538; }

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

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

background-color css

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

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

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

border-color css

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

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

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