#314115

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

Shades of Turtle Green #314115

Tints of Turtle Green #314115

Color information

#314115 (or 0x314115) is unknown color: approx Turtle Green. HEX triplet: 31, 41 and 15. RGB value is (49,65,21). Sum of RGB (Red+Green+Blue) = 49+65+21=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #314115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314115 is #CEBEEA. Grayscale: #373737. Windows color (decimal): -13549291 or 1392945. OLE color: 1392945.

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

Color convert

RGB496521-
CMYK0.2500.680.75
HSL81.82º51.16%16.86%-
HSV(B)81.82º67.69%25.49%-
XYZ3.294.491.4-
YUV55.2108.7123.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=36.30%
G=48.15%
B=15.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965210.2500.680.7581.8251.1616.86
Hex314115190444B523311
Octal61101253101041131226321
Binary11000110000011010111001010001001001011101001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314115; }

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

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

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

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

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

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

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

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