#313D07

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

Shades of Turtle Green #313D07

Tints of Turtle Green #313D07

Color information

#313D07 (or 0x313D07) is unknown color: approx Turtle Green. HEX triplet: 31, 3D and 07. RGB value is (49,61,7). Sum of RGB (Red+Green+Blue) = 49+61+7=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #313D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D07 is #CEC2F8. Grayscale: #333333. Windows color (decimal): -13550329 or 474417. OLE color: 474417.

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

Color convert

RGB49617-
CMYK0.2000.890.76
HSL73.33º79.41%13.33%-
HSV(B)73.33º88.52%23.92%-
XYZ2.974.010.82-
YUV51.26103.02126.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 61 (24.22% from 255) = 52.14%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=41.88%
G=52.14%
B=5.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal496170.2000.890.7673.3379.4113.33
Hex313D7140594C494fd
Octal6175724013111411111715
Binary11000111110111110100010110011001100100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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