#314412

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

Shades of Turtle Green #314412

Tints of Turtle Green #314412

Color information

#314412 (or 0x314412) is unknown color: approx Turtle Green. HEX triplet: 31, 44 and 12. RGB value is (49,68,18). Sum of RGB (Red+Green+Blue) = 49+68+18=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #314412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314412 is #CEBBED. Grayscale: #383838. Windows color (decimal): -13548526 or 1197105. OLE color: 1197105.

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

Color convert

RGB496818-
CMYK0.2800.740.73
HSL82.8º58.14%16.86%-
HSV(B)82.8º73.53%26.67%-
XYZ3.444.831.32-
YUV56.62106.21122.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=36.30%
G=50.37%
B=13.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968180.2800.740.7382.858.1416.86
Hex3144121C04A49533a11
Octal61104223401121111237221
Binary11000110001001001011100010010101001001101001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314412; }

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

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

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

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

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

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

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

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