Html Css Color HEX #313920 Turtle Green

📋 copy color: '#313920'

red 49 ◦ green 57 ◦ blue 32

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

Shades of Turtle Green #313920

Tints of Turtle Green #313920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.19%

R = 35.51%
G = 41.3%
B = 23.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#313920 (or 0x313920) is known color: Turtle Green. HEX triplet: 31, 39 and 20. RGB value is (49,57,32). Sum of RGB (Red+Green+Blue) = 49+57+32=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #313920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313920 is #CEC6DF. Grayscale: #333333. Windows color (decimal): -13551328 or 2111793. OLE color: 2111793.

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

Color convert

RGB 49 57 32 -
CMYK 0.14 0 0.44 0.78
HSL 79.2º 0.28% 0.17% -
HSV(B) 79.2º 0.44% 0.22% -
XYZ 2.99 3.68 1.92 -
YUV 51.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 49 57 32 0.14 0 0.44 0.78 79.2 0.28 0.17
Hex 31 39 20 E 0 2C 4E 4F 1C 11
Octal 61 71 40 16 0 54 116 117 34 21
Binary 110001 111001 100000 1110 0 101100 1001110 1001111 11100 10001

Color Harmonies of #313920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313920

Black with #313920

Text Example


Text Example

White with #313920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313920; }

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

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

background-color css

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

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

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

border-color css

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

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

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