Html Css Color HEX #314833 Timber Green

📋 copy color: '#314833'

red 49 ◦ green 72 ◦ blue 51

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

Shades of Timber Green #314833

Tints of Timber Green #314833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.86%

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 28.49%
G = 41.86%
B = 29.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#314833 (or 0x314833) is known color: Timber Green. HEX triplet: 31, 48 and 33. RGB value is (49,72,51). Sum of RGB (Red+Green+Blue) = 49+72+51=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #314833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314833 is #CEB7CC. Grayscale: #3E3E3E. Windows color (decimal): -13547469 or 3360817. OLE color: 3360817.

HSL color Cylindrical-coordinate representation of color #314833: hue angle of 125.22º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314833 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 51 -
CMYK 0.32 0 0.29 0.72
HSL 125.22º 0.19% 0.24% -
HSV(B) 125.22º 0.32% 0.28% -
XYZ 4.18 5.53 3.98 -
YUV 62.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 49 72 51 0.32 0 0.29 0.72 125.22 0.19 0.24
Hex 31 48 33 20 0 1D 48 7D 13 18
Octal 61 110 63 40 0 35 110 175 23 30
Binary 110001 1001000 110011 100000 0 11101 1001000 1111101 10011 11000

Color Harmonies of #314833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314833

Black with #314833

Text Example


Text Example

White with #314833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314833; }

 p { color: rgb(49,72,51); }

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

background-color css

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

 a { background-color: rgb(49,72,51); }

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

border-color css

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

 span { border-color: rgb(49,72,51); }

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