Html Css Color HEX #313913 Turtle Green

📋 copy color: '#313913'

red 49 ◦ green 57 ◦ blue 19

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

Shades of Turtle Green #313913

Tints of Turtle Green #313913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.6%

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

R = 39.2%
G = 45.6%
B = 15.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#313913 (or 0x313913) is known color: Turtle Green. HEX triplet: 31, 39 and 13. RGB value is (49,57,19). Sum of RGB (Red+Green+Blue) = 49+57+19=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #313913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313913 is #CEC6EC. Grayscale: #323232. Windows color (decimal): -13551341 or 1259825. OLE color: 1259825.

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

Color convert

RGB 49 57 19 -
CMYK 0.14 0 0.67 0.78
HSL 72.63º 0.5% 0.15% -
HSV(B) 72.63º 0.67% 0.22% -
XYZ 2.85 3.63 1.17 -
YUV 50.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 49 57 19 0.14 0 0.67 0.78 72.63 0.5 0.15
Hex 31 39 13 E 0 43 4E 49 32 F
Octal 61 71 23 16 0 103 116 111 62 17
Binary 110001 111001 10011 1110 0 1000011 1001110 1001001 110010 1111

Color Harmonies of #313913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313913

Black with #313913

Text Example


Text Example

White with #313913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313913; }

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

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

background-color css

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

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

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

border-color css

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

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

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