#314404

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

Shades of Turtle Green #314404

Tints of Turtle Green #314404

Color information

#314404 (or 0x314404) is unknown color: approx Turtle Green. HEX triplet: 31, 44 and 04. RGB value is (49,68,4). Sum of RGB (Red+Green+Blue) = 49+68+4=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 68 (26.95% from 255 or 56.20% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 68 - color contains mainly: green. Hex color #314404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314404 is #CEBBFB. Grayscale: #373737. Windows color (decimal): -13548540 or 279601. OLE color: 279601.

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

Color convert

RGB49684-
CMYK0.2800.940.73
HSL77.81º88.89%14.12%-
HSV(B)77.81º94.12%26.67%-
XYZ3.364.80.86-
YUV55.0299.21123.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 68 (26.95% from 255) = 56.20%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=40.50%
G=56.20%
B=3.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal496840.2800.940.7377.8188.8914.12
Hex314441C05E494e59e
Octal61104434013611111613116
Binary110001100010010011100010111101001001100111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314404; }

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

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

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

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

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

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

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

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