#314E00

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

Shades of Turtle Green #314E00

Tints of Turtle Green #314E00

Color information

#314E00 (or 0x314E00) is unknown color: approx Turtle Green. HEX triplet: 31, 4E and 00. RGB value is (49,78,0). Sum of RGB (Red+Green+Blue) = 49+78+0=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #314E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314E00 is #CEB1FF. Grayscale: #3C3C3C. Windows color (decimal): -13545984 or 20017. OLE color: 20017.

HSL color Cylindrical-coordinate representation of color #314E00: hue angle of 82.31º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #314E00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB49780-
CMYK0.37010.69
HSL82.31º100%15.29%-
HSV(B)82.31º100%30.59%-
XYZ3.996.10.97-
YUV60.4493.89119.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 78 (30.86% from 255) = 61.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.58%
G=61.42%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal497800.37010.6982.3110015.29
Hex314E025064455264f
Octal61116045014410512214417
Binary11000110011100100101011001001000101101001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314E00; }

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

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

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

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

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

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

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

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