#313A19

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

Shades of Turtle Green #313A19

Tints of Turtle Green #313A19

Color information

#313A19 (or 0x313A19) is unknown color: approx Turtle Green. HEX triplet: 31, 3A and 19. RGB value is (49,58,25). Sum of RGB (Red+Green+Blue) = 49+58+25=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #313A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313A19 is #CEC5E6. Grayscale: #333333. Windows color (decimal): -13551079 or 1653297. OLE color: 1653297.

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

Color convert

RGB495825-
CMYK0.1600.570.77
HSL76.36º39.76%16.27%-
HSV(B)76.36º56.9%22.75%-
XYZ2.963.751.49-
YUV51.55113.02126.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 58 (23.05% from 255) = 43.94%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=37.12%
G=43.94%
B=18.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4958250.1600.570.7776.3639.7616.27
Hex313A19100394D4c2810
Octal617231200711151145020
Binary110001111010110011000001110011001101100110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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