#313D0C

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

Shades of Turtle Green #313D0C

Tints of Turtle Green #313D0C

Color information

#313D0C (or 0x313D0C) is unknown color: approx Turtle Green. HEX triplet: 31, 3D and 0C. RGB value is (49,61,12). Sum of RGB (Red+Green+Blue) = 49+61+12=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #313D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D0C is #CEC2F3. Grayscale: #343434. Windows color (decimal): -13550324 or 802097. OLE color: 802097.

HSL color Cylindrical-coordinate representation of color #313D0C: hue angle of 74.69º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313D0C is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB496112-
CMYK0.2000.800.76
HSL74.69º67.12%14.31%-
HSV(B)74.69º80.33%23.92%-
XYZ34.020.96-
YUV51.83105.52125.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 61 (24.22% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=40.16%
G=50%
B=9.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4961120.2000.800.7674.6967.1214.31
Hex313DC140504C4b43e
Octal61751424012011411310316
Binary110001111101110010100010100001001100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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