Html Css Color HEX #314432 Timber Green

📋 copy color: '#314432'

red 49 ◦ green 68 ◦ blue 50

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

Shades of Timber Green #314432

Tints of Timber Green #314432

RGB

 RED value IS 49 (19.53% from 255) = 29.34%

 GREEN value IS 68 (26.95% from 255) = 40.72%

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

R = 29.34%
G = 40.72%
B = 29.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#314432 (or 0x314432) is known color: Timber Green. HEX triplet: 31, 44 and 32. RGB value is (49,68,50). Sum of RGB (Red+Green+Blue) = 49+68+50=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #314432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314432 is #CEBBCD. Grayscale: #3C3C3C. Windows color (decimal): -13548494 or 3294257. OLE color: 3294257.

HSL color Cylindrical-coordinate representation of color #314432: hue angle of 123.16º 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 #314432 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 68 50 -
CMYK 0.28 0 0.26 0.73
HSL 123.16º 0.16% 0.23% -
HSV(B) 123.16º 0.28% 0.27% -
XYZ 3.91 5.02 3.78 -
YUV 60.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 49 68 50 0.28 0 0.26 0.73 123.16 0.16 0.23
Hex 31 44 32 1C 0 1A 49 7B 10 17
Octal 61 104 62 34 0 32 111 173 20 27
Binary 110001 1000100 110010 11100 0 11010 1001001 1111011 10000 10111

Color Harmonies of #314432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314432

Black with #314432

Text Example


Text Example

White with #314432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314432; }

 p { color: rgb(49,68,50); }

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

background-color css

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

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

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

border-color css

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

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

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