#314111

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

Shades of Turtle Green #314111

Tints of Turtle Green #314111

Color information

#314111 (or 0x314111) is unknown color: approx Turtle Green. HEX triplet: 31, 41 and 11. RGB value is (49,65,17). Sum of RGB (Red+Green+Blue) = 49+65+17=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #314111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314111 is #CEBEEE. Grayscale: #363636. Windows color (decimal): -13549295 or 1130801. OLE color: 1130801.

HSL color Cylindrical-coordinate representation of color #314111: hue angle of 80º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314111 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB496517-
CMYK0.2500.740.75
HSL80º58.54%16.08%-
HSV(B)80º73.85%25.49%-
XYZ3.264.471.22-
YUV54.74106.7123.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=37.40%
G=49.62%
B=12.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965170.2500.740.758058.5416.08
Hex3141111904A4B503b10
Octal61101213101121131207320
Binary11000110000011000111001010010101001011101000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314111; }

 p { color: rgb(49,65,17); }

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

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

 a { background-color: rgb(49,65,17); }

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

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

 span { border-color: rgb(49,65,17); }

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