Html Css Color HEX #314334 Timber Green

📋 copy color: '#314334'

red 49 ◦ green 67 ◦ blue 52

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

Shades of Timber Green #314334

Tints of Timber Green #314334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

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

R = 29.17%
G = 39.88%
B = 30.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#314334 (or 0x314334) is known color: Timber Green. HEX triplet: 31, 43 and 34. RGB value is (49,67,52). Sum of RGB (Red+Green+Blue) = 49+67+52=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #314334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314334 is #CEBCCB. Grayscale: #3B3B3B. Windows color (decimal): -13548748 or 3425073. OLE color: 3425073.

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

Color convert

RGB 49 67 52 -
CMYK 0.27 0 0.22 0.74
HSL 130º 0.16% 0.23% -
HSV(B) 130º 0.27% 0.26% -
XYZ 3.89 4.92 3.99 -
YUV 59.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 49 67 52 0.27 0 0.22 0.74 130 0.16 0.23
Hex 31 43 34 1B 0 16 4A 82 10 17
Octal 61 103 64 33 0 26 112 202 20 27
Binary 110001 1000011 110100 11011 0 10110 1001010 10000010 10000 10111

Color Harmonies of #314334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314334

Black with #314334

Text Example


Text Example

White with #314334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314334; }

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

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

background-color css

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

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

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

border-color css

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

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

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