Html Css Color HEX #314234 Timber Green

📋 copy color: '#314234'

red 49 ◦ green 66 ◦ blue 52

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

Shades of Timber Green #314234

Tints of Timber Green #314234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

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

R = 29.34%
G = 39.52%
B = 31.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#314234 (or 0x314234) is known color: Timber Green. HEX triplet: 31, 42 and 34. RGB value is (49,66,52). Sum of RGB (Red+Green+Blue) = 49+66+52=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #314234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314234 is #CEBDCB. Grayscale: #3B3B3B. Windows color (decimal): -13549004 or 3424817. OLE color: 3424817.

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

Color convert

RGB 49 66 52 -
CMYK 0.26 0 0.21 0.74
HSL 130.59º 0.15% 0.23% -
HSV(B) 130.59º 0.26% 0.26% -
XYZ 3.83 4.8 3.97 -
YUV 59.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 49 66 52 0.26 0 0.21 0.74 130.59 0.15 0.23
Hex 31 42 34 1A 0 15 4A 83 F 17
Octal 61 102 64 32 0 25 112 203 17 27
Binary 110001 1000010 110100 11010 0 10101 1001010 10000011 1111 10111

Color Harmonies of #314234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314234

Black with #314234

Text Example


Text Example

White with #314234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314234; }

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

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

background-color css

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

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

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

border-color css

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

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

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