#314310

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

Shades of Turtle Green #314310

Tints of Turtle Green #314310

Color information

#314310 (or 0x314310) is unknown color: approx Turtle Green. HEX triplet: 31, 43 and 10. RGB value is (49,67,16). Sum of RGB (Red+Green+Blue) = 49+67+16=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #314310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314310 is #CEBCEF. Grayscale: #373737. Windows color (decimal): -13548784 or 1065777. OLE color: 1065777.

HSL color Cylindrical-coordinate representation of color #314310: hue angle of 81.18º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314310 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB496716-
CMYK0.2700.760.74
HSL81.18º61.45%16.27%-
HSV(B)81.18º76.12%26.27%-
XYZ3.374.71.22-
YUV55.8105.54123.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 67 (26.56% from 255) = 50.76%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=37.12%
G=50.76%
B=12.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967160.2700.760.7481.1861.4516.27
Hex3143101B04C4A513d10
Octal61103203301141121217520
Binary11000110000111000011011010011001001010101000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314310; }

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

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

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

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

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

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

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

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