#314307

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

Shades of Turtle Green #314307

Tints of Turtle Green #314307

Color information

#314307 (or 0x314307) is unknown color: approx Turtle Green. HEX triplet: 31, 43 and 07. RGB value is (49,67,7). Sum of RGB (Red+Green+Blue) = 49+67+7=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #314307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314307 is #CEBCF8. Grayscale: #373737. Windows color (decimal): -13548793 or 475953. OLE color: 475953.

HSL color Cylindrical-coordinate representation of color #314307: hue angle of 78º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #314307 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB49677-
CMYK0.2700.900.74
HSL78º81.08%14.51%-
HSV(B)78º89.55%26.27%-
XYZ3.314.680.93-
YUV54.78101.04123.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=39.84%
G=54.47%
B=5.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal496770.2700.900.747881.0814.51
Hex314371B05A4A4e51f
Octal61103733013211211612117
Binary110001100001111111011010110101001010100111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314307; }

 p { color: rgb(49,67,7); }

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

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

 a { background-color: rgb(49,67,7); }

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

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

 span { border-color: rgb(49,67,7); }

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