Html Css Color HEX #313516 Turtle Green

📋 copy color: '#313516'

red 49 ◦ green 53 ◦ blue 22

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

Shades of Turtle Green #313516

Tints of Turtle Green #313516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.74%

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

R = 39.52%
G = 42.74%
B = 17.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#313516 (or 0x313516) is known color: Turtle Green. HEX triplet: 31, 35 and 16. RGB value is (49,53,22). Sum of RGB (Red+Green+Blue) = 49+53+22=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 53 - color contains mainly: green. Hex color #313516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313516 is #CECAE9. Grayscale: #303030. Windows color (decimal): -13552362 or 1455409. OLE color: 1455409.

HSL color Cylindrical-coordinate representation of color #313516: hue angle of 67.74º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313516 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 53 22 -
CMYK 0.08 0 0.58 0.79
HSL 67.74º 0.41% 0.15% -
HSV(B) 67.74º 0.58% 0.21% -
XYZ 2.68 3.26 1.25 -
YUV 48.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 49 53 22 0.08 0 0.58 0.79 67.74 0.41 0.15
Hex 31 35 16 8 0 3A 4F 44 29 F
Octal 61 65 26 10 0 72 117 104 51 17
Binary 110001 110101 10110 1000 0 111010 1001111 1000100 101001 1111

Color Harmonies of #313516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313516

Black with #313516

Text Example


Text Example

White with #313516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313516; }

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

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

background-color css

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

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

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

border-color css

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

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

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