#313719

Color #313719 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #313719

Tints of Turtle Green #313719

Color information

#313719 (or 0x313719) is unknown color: approx Turtle Green. HEX triplet: 31, 37 and 19. RGB value is (49,55,25). Sum of RGB (Red+Green+Blue) = 49+55+25=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #313719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313719 is #CEC8E6. Grayscale: #313131. Windows color (decimal): -13551847 or 1652529. OLE color: 1652529.

HSL color Cylindrical-coordinate representation of color #313719: hue angle of 72º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #313719 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB495525-
CMYK0.1100.550.78
HSL72º37.5%15.69%-
HSV(B)72º54.55%21.57%-
XYZ2.813.461.44-
YUV49.79114.01127.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=37.98%
G=42.64%
B=19.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955250.1100.550.787237.515.69
Hex313719B0374E482610
Octal616731130671161104620
Binary11000111011111001101101101111001110100100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313719; }

 p { color: rgb(49,55,25); }

 H1.HeaderClassName
 {
   color: #313719;
 }
 .AnyTagClassName
 {
   color: #313719;
 }
</style>
background-color css

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

 a { background-color: rgb(49,55,25); }

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

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

 span { border-color: rgb(49,55,25); }

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