#313D19

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

Shades of Turtle Green #313D19

Tints of Turtle Green #313D19

Color information

#313D19 (or 0x313D19) is unknown color: approx Turtle Green. HEX triplet: 31, 3D and 19. RGB value is (49,61,25). Sum of RGB (Red+Green+Blue) = 49+61+25=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #313D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D19 is #CEC2E6. Grayscale: #353535. Windows color (decimal): -13550311 or 1654065. OLE color: 1654065.

HSL color Cylindrical-coordinate representation of color #313D19: hue angle of 80º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313D19 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB496125-
CMYK0.2000.590.76
HSL80º41.86%16.86%-
HSV(B)80º59.02%23.92%-
XYZ3.114.061.54-
YUV53.31112.02124.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 61 (24.22% from 255) = 45.19%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=36.30%
G=45.19%
B=18.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4961250.2000.590.768041.8616.86
Hex313D191403B4C502a11
Octal617531240731141205221
Binary110001111101110011010001110111001100101000010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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