Html Css Color HEX #313C16 Turtle Green

📋 copy color: '#313C16'

red 49 ◦ green 60 ◦ blue 22

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

Shades of Turtle Green #313C16

Tints of Turtle Green #313C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.8%

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

R = 37.4%
G = 45.8%
B = 16.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.76

RGB Variations

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

Color information

#313C16 (or 0x313C16) is known color: Turtle Green. HEX triplet: 31, 3C and 16. RGB value is (49,60,22). Sum of RGB (Red+Green+Blue) = 49+60+22=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #313C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313C16 is #CEC3E9. Grayscale: #343434. Windows color (decimal): -13550570 or 1457201. OLE color: 1457201.

HSL color Cylindrical-coordinate representation of color #313C16: hue angle of 77.37º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313C16 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 60 22 -
CMYK 0.18 0 0.63 0.76
HSL 77.37º 0.46% 0.16% -
HSV(B) 77.37º 0.63% 0.24% -
XYZ 3.03 3.94 1.36 -
YUV 52.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 49 60 22 0.18 0 0.63 0.76 77.37 0.46 0.16
Hex 31 3C 16 12 0 3F 4C 4D 2E 10
Octal 61 74 26 22 0 77 114 115 56 20
Binary 110001 111100 10110 10010 0 111111 1001100 1001101 101110 10000

Color Harmonies of #313C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C16

Black with #313C16

Text Example


Text Example

White with #313C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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