Html Css Color HEX #313A17 Turtle Green

📋 copy color: '#313A17'

red 49 ◦ green 58 ◦ blue 23

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

Shades of Turtle Green #313A17

Tints of Turtle Green #313A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.62%

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

R = 37.69%
G = 44.62%
B = 17.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.77

RGB Variations

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

Color information

#313A17 (or 0x313A17) is known color: Turtle Green. HEX triplet: 31, 3A and 17. RGB value is (49,58,23). Sum of RGB (Red+Green+Blue) = 49+58+23=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #313A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313A17 is #CEC5E8. Grayscale: #333333. Windows color (decimal): -13551081 or 1522225. OLE color: 1522225.

HSL color Cylindrical-coordinate representation of color #313A17: hue angle of 75.43º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #313A17 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 58 23 -
CMYK 0.16 0 0.60 0.77
HSL 75.43º 0.43% 0.16% -
HSV(B) 75.43º 0.6% 0.23% -
XYZ 2.93 3.74 1.38 -
YUV 51.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 49 58 23 0.16 0 0.60 0.77 75.43 0.43 0.16
Hex 31 3A 17 10 0 3C 4D 4B 2B 10
Octal 61 72 27 20 0 74 115 113 53 20
Binary 110001 111010 10111 10000 0 111100 1001101 1001011 101011 10000

Color Harmonies of #313A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313A17

Black with #313A17

Text Example


Text Example

White with #313A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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