Html Css Color HEX #314033 Timber Green

📋 copy color: '#314033'

red 49 ◦ green 64 ◦ blue 51

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

Shades of Timber Green #314033

Tints of Timber Green #314033

RGB

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

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

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

R = 29.88%
G = 39.02%
B = 31.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#314033 (or 0x314033) is known color: Timber Green. HEX triplet: 31, 40 and 33. RGB value is (49,64,51). Sum of RGB (Red+Green+Blue) = 49+64+51=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #314033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314033 is #CEBFCC. Grayscale: #3A3A3A. Windows color (decimal): -13549517 or 3358769. OLE color: 3358769.

HSL color Cylindrical-coordinate representation of color #314033: hue angle of 128º 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 #314033 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 51 -
CMYK 0.23 0 0.20 0.75
HSL 128º 0.13% 0.22% -
HSV(B) 128º 0.23% 0.25% -
XYZ 3.7 4.56 3.82 -
YUV 58.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 49 64 51 0.23 0 0.20 0.75 128 0.13 0.22
Hex 31 40 33 17 0 14 4B 80 D 16
Octal 61 100 63 27 0 24 113 200 15 26
Binary 110001 1000000 110011 10111 0 10100 1001011 10000000 1101 10110

Color Harmonies of #314033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314033

Black with #314033

Text Example


Text Example

White with #314033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314033; }

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

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

background-color css

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

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

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

border-color css

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

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

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