#314413

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

Shades of Turtle Green #314413

Tints of Turtle Green #314413

Color information

#314413 (or 0x314413) is unknown color: approx Turtle Green. HEX triplet: 31, 44 and 13. RGB value is (49,68,19). Sum of RGB (Red+Green+Blue) = 49+68+19=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #314413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314413 is #CEBBEC. Grayscale: #383838. Windows color (decimal): -13548525 or 1262641. OLE color: 1262641.

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

Color convert

RGB496819-
CMYK0.2800.720.73
HSL83.27º56.32%17.06%-
HSV(B)83.27º72.06%26.67%-
XYZ3.454.831.37-
YUV56.73106.71122.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 68 (26.95% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=36.03%
G=50%
B=13.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968190.2800.720.7383.2756.3217.06
Hex3144131C04849533811
Octal61104233401101111237021
Binary11000110001001001111100010010001001001101001111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314413; }

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

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

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

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

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

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

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

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