Html Css Color HEX #313713 Turtle Green

📋 copy color: '#313713'

red 49 ◦ green 55 ◦ blue 19

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

Shades of Turtle Green #313713

Tints of Turtle Green #313713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.72%

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 39.84%
G = 44.72%
B = 15.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#313713 (or 0x313713) is known color: Turtle Green. HEX triplet: 31, 37 and 13. RGB value is (49,55,19). Sum of RGB (Red+Green+Blue) = 49+55+19=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #313713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313713 is #CEC8EC. Grayscale: #313131. Windows color (decimal): -13551853 or 1259313. OLE color: 1259313.

HSL color Cylindrical-coordinate representation of color #313713: hue angle of 70º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313713 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 55 19 -
CMYK 0.11 0 0.65 0.78
HSL 70º 0.49% 0.15% -
HSV(B) 70º 0.65% 0.22% -
XYZ 2.75 3.43 1.13 -
YUV 49.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 49 55 19 0.11 0 0.65 0.78 70 0.49 0.15
Hex 31 37 13 B 0 41 4E 46 31 F
Octal 61 67 23 13 0 101 116 106 61 17
Binary 110001 110111 10011 1011 0 1000001 1001110 1000110 110001 1111

Color Harmonies of #313713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313713

Black with #313713

Text Example


Text Example

White with #313713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313713; }

 p { color: rgb(49,55,19); }

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

background-color css

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

 a { background-color: rgb(49,55,19); }

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

border-color css

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

 span { border-color: rgb(49,55,19); }

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