Html Css Color HEX #314034 Timber Green

📋 copy color: '#314034'

red 49 ◦ green 64 ◦ blue 52

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

Shades of Timber Green #314034

Tints of Timber Green #314034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.79%

 BLUE value IS 52 (20.7% from 255) = 31.52%

R = 29.7%
G = 38.79%
B = 31.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#314034 (or 0x314034) is known color: Timber Green. HEX triplet: 31, 40 and 34. RGB value is (49,64,52). Sum of RGB (Red+Green+Blue) = 49+64+52=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #314034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314034 is #CEBFCB. Grayscale: #3A3A3A. Windows color (decimal): -13549516 or 3424305. OLE color: 3424305.

HSL color Cylindrical-coordinate representation of color #314034: hue angle of 132º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #314034 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 52 -
CMYK 0.23 0 0.19 0.75
HSL 132º 0.13% 0.22% -
HSV(B) 132º 0.23% 0.25% -
XYZ 3.72 4.57 3.93 -
YUV 58.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 49 64 52 0.23 0 0.19 0.75 132 0.13 0.22
Hex 31 40 34 17 0 13 4B 84 D 16
Octal 61 100 64 27 0 23 113 204 15 26
Binary 110001 1000000 110100 10111 0 10011 1001011 10000100 1101 10110

Color Harmonies of #314034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314034

Black with #314034

Text Example


Text Example

White with #314034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314034; }

 p { color: rgb(49,64,52); }

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

background-color css

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

 a { background-color: rgb(49,64,52); }

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

border-color css

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

 span { border-color: rgb(49,64,52); }

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