#314113

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

Shades of Turtle Green #314113

Tints of Turtle Green #314113

Color information

#314113 (or 0x314113) is unknown color: approx Turtle Green. HEX triplet: 31, 41 and 13. RGB value is (49,65,19). Sum of RGB (Red+Green+Blue) = 49+65+19=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #314113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314113 is #CEBEEC. Grayscale: #373737. Windows color (decimal): -13549293 or 1261873. OLE color: 1261873.

HSL color Cylindrical-coordinate representation of color #314113: hue angle of 80.87º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314113 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB496519-
CMYK0.2500.710.75
HSL80.87º54.76%16.47%-
HSV(B)80.87º70.77%25.49%-
XYZ3.274.481.31-
YUV54.97107.7123.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 19 (7.81% from 255) = 14.29%
R=36.84%
G=48.87%
B=14.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965190.2500.710.7580.8754.7616.47
Hex314113190474B513710
Octal61101233101071131216720
Binary11000110000011001111001010001111001011101000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314113; }

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

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

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

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

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

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

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

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