Html Css Color HEX #313911 Turtle Green

📋 copy color: '#313911'

red 49 ◦ green 57 ◦ blue 17

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

Shades of Turtle Green #313911

Tints of Turtle Green #313911

RGB

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

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

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

R = 39.84%
G = 46.34%
B = 13.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#313911 (or 0x313911) is known color: Turtle Green. HEX triplet: 31, 39 and 11. RGB value is (49,57,17). Sum of RGB (Red+Green+Blue) = 49+57+17=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #313911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313911 is #CEC6EE. Grayscale: #323232. Windows color (decimal): -13551343 or 1128753. OLE color: 1128753.

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

Color convert

RGB 49 57 17 -
CMYK 0.14 0 0.70 0.78
HSL 72º 0.54% 0.15% -
HSV(B) 72º 0.7% 0.22% -
XYZ 2.83 3.62 1.08 -
YUV 50.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 49 57 17 0.14 0 0.70 0.78 72 0.54 0.15
Hex 31 39 11 E 0 46 4E 48 36 F
Octal 61 71 21 16 0 106 116 110 66 17
Binary 110001 111001 10001 1110 0 1000110 1001110 1001000 110110 1111

Color Harmonies of #313911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313911

Black with #313911

Text Example


Text Example

White with #313911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313911; }

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

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

background-color css

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

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

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

border-color css

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

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

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