#313A1C

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

Shades of Turtle Green #313A1C

Tints of Turtle Green #313A1C

Color information

#313A1C (or 0x313A1C) is unknown color: approx Turtle Green. HEX triplet: 31, 3A and 1C. RGB value is (49,58,28). Sum of RGB (Red+Green+Blue) = 49+58+28=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #313A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A1C is #CEC5E3. Grayscale: #343434. Windows color (decimal): -13551076 or 1849905. OLE color: 1849905.

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

Color convert

RGB495828-
CMYK0.1600.520.77
HSL78º34.88%16.86%-
HSV(B)78º51.72%22.75%-
XYZ2.993.761.67-
YUV51.89114.52125.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=36.30%
G=42.96%
B=20.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4958280.1600.520.777834.8816.86
Hex313A1C100344D4e2311
Octal617234200641151164321
Binary110001111010111001000001101001001101100111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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