Html Css Color HEX #314435 Timber Green

📋 copy color: '#314435'

red 49 ◦ green 68 ◦ blue 53

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

Shades of Timber Green #314435

Tints of Timber Green #314435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.18%

R = 28.82%
G = 40%
B = 31.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#314435 (or 0x314435) is known color: Timber Green. HEX triplet: 31, 44 and 35. RGB value is (49,68,53). Sum of RGB (Red+Green+Blue) = 49+68+53=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 68 - color contains mainly: green. Hex color #314435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314435 is #CEBBCA. Grayscale: #3C3C3C. Windows color (decimal): -13548491 or 3490865. OLE color: 3490865.

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

Color convert

RGB 49 68 53 -
CMYK 0.28 0 0.22 0.73
HSL 132.63º 0.16% 0.23% -
HSV(B) 132.63º 0.28% 0.27% -
XYZ 3.98 5.04 4.13 -
YUV 60.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 49 68 53 0.28 0 0.22 0.73 132.63 0.16 0.23
Hex 31 44 35 1C 0 16 49 85 10 17
Octal 61 104 65 34 0 26 111 205 20 27
Binary 110001 1000100 110101 11100 0 10110 1001001 10000101 10000 10111

Color Harmonies of #314435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314435

Black with #314435

Text Example


Text Example

White with #314435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314435; }

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

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

background-color css

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

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

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

border-color css

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

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

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