#313521

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

Shades of Turtle Green #313521

Tints of Turtle Green #313521

Color information

#313521 (or 0x313521) is unknown color: approx Turtle Green. HEX triplet: 31, 35 and 21. RGB value is (49,53,33). Sum of RGB (Red+Green+Blue) = 49+53+33=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #313521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313521 is #CECADE. Grayscale: #313131. Windows color (decimal): -13552351 or 2176305. OLE color: 2176305.

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

Color convert

RGB495333-
CMYK0.0800.380.79
HSL72º23.26%16.86%-
HSV(B)72º37.74%20.78%-
XYZ2.813.311.93-
YUV49.52118.67127.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=36.30%
G=39.26%
B=24.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4953330.0800.380.797223.2616.86
Hex31352180264F481711
Octal616541100461171102721
Binary11000111010110000110000100110100111110010001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313521; }

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

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

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

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

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

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

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

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