Html Css Color HEX #313811 Turtle Green

📋 copy color: '#313811'

red 49 ◦ green 56 ◦ blue 17

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

Shades of Turtle Green #313811

Tints of Turtle Green #313811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.93%

R = 40.16%
G = 45.9%
B = 13.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#313811 (or 0x313811) is known color: Turtle Green. HEX triplet: 31, 38 and 11. RGB value is (49,56,17). Sum of RGB (Red+Green+Blue) = 49+56+17=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #313811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313811 is #CEC7EE. Grayscale: #313131. Windows color (decimal): -13551599 or 1128497. OLE color: 1128497.

HSL color Cylindrical-coordinate representation of color #313811: hue angle of 70.77º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #313811 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 56 17 -
CMYK 0.12 0 0.70 0.78
HSL 70.77º 0.53% 0.14% -
HSV(B) 70.77º 0.7% 0.22% -
XYZ 2.78 3.52 1.06 -
YUV 49.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 49 56 17 0.12 0 0.70 0.78 70.77 0.53 0.14
Hex 31 38 11 C 0 46 4E 47 35 E
Octal 61 70 21 14 0 106 116 107 65 16
Binary 110001 111000 10001 1100 0 1000110 1001110 1000111 110101 1110

Color Harmonies of #313811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313811

Black with #313811

Text Example


Text Example

White with #313811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313811; }

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

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

background-color css

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

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

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

border-color css

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

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

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