#314713

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

Shades of Turtle Green #314713

Tints of Turtle Green #314713

Color information

#314713 (or 0x314713) is unknown color: approx Turtle Green. HEX triplet: 31, 47 and 13. RGB value is (49,71,19). Sum of RGB (Red+Green+Blue) = 49+71+19=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #314713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314713 is #CEB8EC. Grayscale: #3A3A3A. Windows color (decimal): -13547757 or 1263409. OLE color: 1263409.

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

Color convert

RGB497119-
CMYK0.3100.730.72
HSL85.38º57.78%17.65%-
HSV(B)85.38º73.24%27.84%-
XYZ3.645.211.43-
YUV58.49105.71121.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 71 (28.12% from 255) = 51.08%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=35.25%
G=51.08%
B=13.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971190.3100.730.7285.3857.7817.65
Hex3147131F04948553a12
Octal61107233701111101257222
Binary11000110001111001111111010010011001000101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314713; }

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

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

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

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

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

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

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

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