#313511

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

Shades of Turtle Green #313511

Tints of Turtle Green #313511

Color information

#313511 (or 0x313511) is unknown color: approx Turtle Green. HEX triplet: 31, 35 and 11. RGB value is (49,53,17). Sum of RGB (Red+Green+Blue) = 49+53+17=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #313511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313511 is #CECAEE. Grayscale: #2F2F2F. Windows color (decimal): -13552367 or 1127729. OLE color: 1127729.

HSL color Cylindrical-coordinate representation of color #313511: hue angle of 66.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313511 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB495317-
CMYK0.0800.680.79
HSL66.67º51.43%13.73%-
HSV(B)66.67º67.92%20.78%-
XYZ2.643.241.02-
YUV47.7110.67128.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=41.18%
G=44.54%
B=14.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4953170.0800.680.7966.6751.4313.73
Hex31351180444F4333e
Octal6165211001041171036316
Binary11000111010110001100001000100100111110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313511; }

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

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

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

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

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

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

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

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