Html Css Color HEX #314133 Timber Green

📋 copy color: '#314133'

red 49 ◦ green 65 ◦ blue 51

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

Shades of Timber Green #314133

Tints of Timber Green #314133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

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

R = 29.7%
G = 39.39%
B = 30.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#314133 (or 0x314133) is known color: Timber Green. HEX triplet: 31, 41 and 33. RGB value is (49,65,51). Sum of RGB (Red+Green+Blue) = 49+65+51=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #314133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314133 is #CEBECC. Grayscale: #3A3A3A. Windows color (decimal): -13549261 or 3359025. OLE color: 3359025.

HSL color Cylindrical-coordinate representation of color #314133: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #314133 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 65 51 -
CMYK 0.25 0 0.22 0.75
HSL 127.5º 0.14% 0.22% -
HSV(B) 127.5º 0.25% 0.25% -
XYZ 3.75 4.67 3.84 -
YUV 58.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 49 65 51 0.25 0 0.22 0.75 127.5 0.14 0.22
Hex 31 41 33 19 0 16 4B 80 E 16
Octal 61 101 63 31 0 26 113 200 16 26
Binary 110001 1000001 110011 11001 0 10110 1001011 10000000 1110 10110

Color Harmonies of #314133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314133

Black with #314133

Text Example


Text Example

White with #314133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314133; }

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

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

background-color css

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

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

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

border-color css

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

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

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