#314709

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

Shades of Turtle Green #314709

Tints of Turtle Green #314709

Color information

#314709 (or 0x314709) is unknown color: approx Turtle Green. HEX triplet: 31, 47 and 09. RGB value is (49,71,9). Sum of RGB (Red+Green+Blue) = 49+71+9=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #314709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314709 is #CEB8F6. Grayscale: #393939. Windows color (decimal): -13547767 or 608049. OLE color: 608049.

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

Color convert

RGB49719-
CMYK0.3100.870.72
HSL81.29º77.5%15.69%-
HSV(B)81.29º87.32%27.84%-
XYZ3.575.181.07-
YUV57.35100.71122.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=37.98%
G=55.04%
B=6.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal497190.3100.870.7281.2977.515.69
Hex314791F05748514e10
Octal611071137012711012111620
Binary11000110001111001111110101011110010001010001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314709; }

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

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

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

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

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

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

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

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