#313B19

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

Shades of Turtle Green #313B19

Tints of Turtle Green #313B19

Color information

#313B19 (or 0x313B19) is unknown color: approx Turtle Green. HEX triplet: 31, 3B and 19. RGB value is (49,59,25). Sum of RGB (Red+Green+Blue) = 49+59+25=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #313B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313B19 is #CEC4E6. Grayscale: #343434. Windows color (decimal): -13550823 or 1653553. OLE color: 1653553.

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

Color convert

RGB495925-
CMYK0.1700.580.77
HSL77.65º40.48%16.47%-
HSV(B)77.65º57.63%23.14%-
XYZ3.013.851.5-
YUV52.13112.69125.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 59 (23.44% from 255) = 44.36%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=36.84%
G=44.36%
B=18.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4959250.1700.580.7777.6540.4816.47
Hex313B191103A4D4e2810
Octal617331210721151165020
Binary110001111011110011000101110101001101100111010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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