Html Css Color HEX #314E35 Timber Green

📋 copy color: '#314E35'

red 49 ◦ green 78 ◦ blue 53

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

Shades of Timber Green #314E35

Tints of Timber Green #314E35

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.33%

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

R = 27.22%
G = 43.33%
B = 29.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.69

RGB Variations

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

Color information

#314E35 (or 0x314E35) is known color: Timber Green. HEX triplet: 31, 4E and 35. RGB value is (49,78,53). Sum of RGB (Red+Green+Blue) = 49+78+53=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 78 - color contains mainly: green. Hex color #314E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E35 is #CEB1CA. Grayscale: #424242. Windows color (decimal): -13545931 or 3493425. OLE color: 3493425.

HSL color Cylindrical-coordinate representation of color #314E35: hue angle of 128.28º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314E35 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 78 53 -
CMYK 0.37 0 0.32 0.69
HSL 128.28º 0.23% 0.25% -
HSV(B) 128.28º 0.37% 0.31% -
XYZ 4.63 6.36 4.35 -
YUV 66.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 49 78 53 0.37 0 0.32 0.69 128.28 0.23 0.25
Hex 31 4E 35 25 0 20 45 80 17 19
Octal 61 116 65 45 0 40 105 200 27 31
Binary 110001 1001110 110101 100101 0 100000 1000101 10000000 10111 11001

Color Harmonies of #314E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E35

Black with #314E35

Text Example


Text Example

White with #314E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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