Html Css Color HEX #313813 Turtle Green

📋 copy color: '#313813'

red 49 ◦ green 56 ◦ blue 19

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

Shades of Turtle Green #313813

Tints of Turtle Green #313813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.16%

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

R = 39.52%
G = 45.16%
B = 15.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#313813 (or 0x313813) is known color: Turtle Green. HEX triplet: 31, 38 and 13. RGB value is (49,56,19). Sum of RGB (Red+Green+Blue) = 49+56+19=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #313813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313813 is #CEC7EC. Grayscale: #313131. Windows color (decimal): -13551597 or 1259569. OLE color: 1259569.

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

Color convert

RGB 49 56 19 -
CMYK 0.12 0 0.66 0.78
HSL 71.35º 0.49% 0.15% -
HSV(B) 71.35º 0.66% 0.22% -
XYZ 2.8 3.53 1.15 -
YUV 49.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 49 56 19 0.12 0 0.66 0.78 71.35 0.49 0.15
Hex 31 38 13 C 0 42 4E 47 31 F
Octal 61 70 23 14 0 102 116 107 61 17
Binary 110001 111000 10011 1100 0 1000010 1001110 1000111 110001 1111

Color Harmonies of #313813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313813

Black with #313813

Text Example


Text Example

White with #313813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313813; }

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

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

background-color css

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

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

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

border-color css

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

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

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