Html Css Color HEX #313916 Turtle Green

📋 copy color: '#313916'

red 49 ◦ green 57 ◦ blue 22

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

Shades of Turtle Green #313916

Tints of Turtle Green #313916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 38.28%
G = 44.53%
B = 17.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#313916 (or 0x313916) is known color: Turtle Green. HEX triplet: 31, 39 and 16. RGB value is (49,57,22). Sum of RGB (Red+Green+Blue) = 49+57+22=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #313916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313916 is #CEC6E9. Grayscale: #323232. Windows color (decimal): -13551338 or 1456433. OLE color: 1456433.

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

Color convert

RGB 49 57 22 -
CMYK 0.14 0 0.61 0.78
HSL 73.71º 0.44% 0.15% -
HSV(B) 73.71º 0.61% 0.22% -
XYZ 2.87 3.64 1.31 -
YUV 50.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 49 57 22 0.14 0 0.61 0.78 73.71 0.44 0.15
Hex 31 39 16 E 0 3D 4E 4A 2C F
Octal 61 71 26 16 0 75 116 112 54 17
Binary 110001 111001 10110 1110 0 111101 1001110 1001010 101100 1111

Color Harmonies of #313916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313916

Black with #313916

Text Example


Text Example

White with #313916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313916; }

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

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

background-color css

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

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

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

border-color css

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

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

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