Html Css Color HEX #314633 Timber Green

📋 copy color: '#314633'

red 49 ◦ green 70 ◦ blue 51

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

Shades of Timber Green #314633

Tints of Timber Green #314633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.18%

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

R = 28.82%
G = 41.18%
B = 30%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.73

RGB Variations

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

Color information

#314633 (or 0x314633) is known color: Timber Green. HEX triplet: 31, 46 and 33. RGB value is (49,70,51). Sum of RGB (Red+Green+Blue) = 49+70+51=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #314633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314633 is #CEB9CC. Grayscale: #3D3D3D. Windows color (decimal): -13547981 or 3360305. OLE color: 3360305.

HSL color Cylindrical-coordinate representation of color #314633: hue angle of 125.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314633 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 51 -
CMYK 0.30 0 0.27 0.73
HSL 125.71º 0.18% 0.23% -
HSV(B) 125.71º 0.3% 0.27% -
XYZ 4.05 5.27 3.94 -
YUV 61.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 49 70 51 0.30 0 0.27 0.73 125.71 0.18 0.23
Hex 31 46 33 1E 0 1B 49 7E 12 17
Octal 61 106 63 36 0 33 111 176 22 27
Binary 110001 1000110 110011 11110 0 11011 1001001 1111110 10010 10111

Color Harmonies of #314633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314633

Black with #314633

Text Example


Text Example

White with #314633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314633; }

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

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

background-color css

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

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

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

border-color css

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

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

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