#314710

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

Shades of Turtle Green #314710

Tints of Turtle Green #314710

Color information

#314710 (or 0x314710) is unknown color: approx Turtle Green. HEX triplet: 31, 47 and 10. RGB value is (49,71,16). Sum of RGB (Red+Green+Blue) = 49+71+16=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #314710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314710 is #CEB8EF. Grayscale: #3A3A3A. Windows color (decimal): -13547760 or 1066801. OLE color: 1066801.

HSL color Cylindrical-coordinate representation of color #314710: hue angle of 84º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #314710 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB497116-
CMYK0.3100.770.72
HSL84º63.22%17.06%-
HSV(B)84º77.46%27.84%-
XYZ3.615.21.3-
YUV58.15104.21121.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 71 (28.12% from 255) = 52.21%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=36.03%
G=52.21%
B=11.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971160.3100.770.728463.2217.06
Hex3147101F04D48543f11
Octal61107203701151101247721
Binary11000110001111000011111010011011001000101010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314710; }

 p { color: rgb(49,71,16); }

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

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

 a { background-color: rgb(49,71,16); }

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

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

 span { border-color: rgb(49,71,16); }

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