#314700

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

Shades of Turtle Green #314700

Tints of Turtle Green #314700

Color information

#314700 (or 0x314700) is unknown color: approx Turtle Green. HEX triplet: 31, 47 and 00. RGB value is (49,71,0). Sum of RGB (Red+Green+Blue) = 49+71+0=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #314700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314700 is #CEB8FF. Grayscale: #383838. Windows color (decimal): -13547776 or 18225. OLE color: 18225.

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

Color convert

RGB49710-
CMYK0.31010.72
HSL78.59º100%13.92%-
HSV(B)78.59º100%27.84%-
XYZ3.525.160.81-
YUV56.3396.21122.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 71 (28.12% from 255) = 59.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.83%
G=59.17%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal497100.31010.7278.5910013.92
Hex314701F064484f64e
Octal61107037014411011714416
Binary1100011000111011111011001001001000100111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314700; }

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

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

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

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

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

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

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

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