Html Css Color HEX #314335 Timber Green

📋 copy color: '#314335'

red 49 ◦ green 67 ◦ blue 53

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

Shades of Timber Green #314335

Tints of Timber Green #314335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.36%

R = 28.99%
G = 39.64%
B = 31.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#314335 (or 0x314335) is known color: Timber Green. HEX triplet: 31, 43 and 35. RGB value is (49,67,53). Sum of RGB (Red+Green+Blue) = 49+67+53=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #314335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314335 is #CEBCCA. Grayscale: #3C3C3C. Windows color (decimal): -13548747 or 3490609. OLE color: 3490609.

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

Color convert

RGB 49 67 53 -
CMYK 0.27 0 0.21 0.74
HSL 133.33º 0.16% 0.23% -
HSV(B) 133.33º 0.27% 0.26% -
XYZ 3.92 4.92 4.11 -
YUV 60.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 49 67 53 0.27 0 0.21 0.74 133.33 0.16 0.23
Hex 31 43 35 1B 0 15 4A 85 10 17
Octal 61 103 65 33 0 25 112 205 20 27
Binary 110001 1000011 110101 11011 0 10101 1001010 10000101 10000 10111

Color Harmonies of #314335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314335

Black with #314335

Text Example


Text Example

White with #314335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314335; }

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

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

background-color css

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

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

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

border-color css

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

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

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