Html Css Color HEX #314332 Timber Green

📋 copy color: '#314332'

red 49 ◦ green 67 ◦ blue 50

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

Shades of Timber Green #314332

Tints of Timber Green #314332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.12%

R = 29.52%
G = 40.36%
B = 30.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#314332 (or 0x314332) is known color: Timber Green. HEX triplet: 31, 43 and 32. RGB value is (49,67,50). Sum of RGB (Red+Green+Blue) = 49+67+50=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 67 - color contains mainly: green. Hex color #314332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314332 is #CEBCCD. Grayscale: #3B3B3B. Windows color (decimal): -13548750 or 3294001. OLE color: 3294001.

HSL color Cylindrical-coordinate representation of color #314332: hue angle of 123.33º 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 #314332 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 67 50 -
CMYK 0.27 0 0.25 0.74
HSL 123.33º 0.16% 0.23% -
HSV(B) 123.33º 0.27% 0.26% -
XYZ 3.85 4.9 3.76 -
YUV 59.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 49 67 50 0.27 0 0.25 0.74 123.33 0.16 0.23
Hex 31 43 32 1B 0 19 4A 7B 10 17
Octal 61 103 62 33 0 31 112 173 20 27
Binary 110001 1000011 110010 11011 0 11001 1001010 1111011 10000 10111

Color Harmonies of #314332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314332

Black with #314332

Text Example


Text Example

White with #314332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314332; }

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

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

background-color css

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

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

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

border-color css

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

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

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