Html Css Color HEX #313F33 Timber Green

📋 copy color: '#313F33'

red 49 ◦ green 63 ◦ blue 51

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

Shades of Timber Green #313F33

Tints of Timber Green #313F33

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

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

R = 30.06%
G = 38.65%
B = 31.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#313F33 (or 0x313F33) is known color: Timber Green. HEX triplet: 31, 3F and 33. RGB value is (49,63,51). Sum of RGB (Red+Green+Blue) = 49+63+51=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 63 - color contains mainly: green. Hex color #313F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F33 is #CEC0CC. Grayscale: #393939. Windows color (decimal): -13549773 or 3358513. OLE color: 3358513.

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

Color convert

RGB 49 63 51 -
CMYK 0.22 0 0.19 0.75
HSL 128.57º 0.13% 0.22% -
HSV(B) 128.57º 0.22% 0.25% -
XYZ 3.64 4.45 3.8 -
YUV 57.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 49 63 51 0.22 0 0.19 0.75 128.57 0.13 0.22
Hex 31 3F 33 16 0 13 4B 81 C 16
Octal 61 77 63 26 0 23 113 201 14 26
Binary 110001 111111 110011 10110 0 10011 1001011 10000001 1100 10110

Color Harmonies of #313F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F33

Black with #313F33

Text Example


Text Example

White with #313F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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