Html Css Color HEX #313C17 Turtle Green

📋 copy color: '#313C17'

red 49 ◦ green 60 ◦ blue 23

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

Shades of Turtle Green #313C17

Tints of Turtle Green #313C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.42%

R = 37.12%
G = 45.45%
B = 17.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#313C17 (or 0x313C17) is known color: Turtle Green. HEX triplet: 31, 3C and 17. RGB value is (49,60,23). Sum of RGB (Red+Green+Blue) = 49+60+23=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #313C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313C17 is #CEC3E8. Grayscale: #343434. Windows color (decimal): -13550569 or 1522737. OLE color: 1522737.

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

Color convert

RGB 49 60 23 -
CMYK 0.18 0 0.62 0.76
HSL 77.84º 0.45% 0.16% -
HSV(B) 77.84º 0.62% 0.24% -
XYZ 3.04 3.95 1.41 -
YUV 52.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 49 60 23 0.18 0 0.62 0.76 77.84 0.45 0.16
Hex 31 3C 17 12 0 3E 4C 4E 2D 10
Octal 61 74 27 22 0 76 114 116 55 20
Binary 110001 111100 10111 10010 0 111110 1001100 1001110 101101 10000

Color Harmonies of #313C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C17

Black with #313C17

Text Example


Text Example

White with #313C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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