#315306

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

Shades of Turtle Green #315306

Tints of Turtle Green #315306

Color information

#315306 (or 0x315306) is unknown color: approx Turtle Green. HEX triplet: 31, 53 and 06. RGB value is (49,83,6). Sum of RGB (Red+Green+Blue) = 49+83+6=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #315306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315306 is #CEACF9. Grayscale: #404040. Windows color (decimal): -13544698 or 414513. OLE color: 414513.

HSL color Cylindrical-coordinate representation of color #315306: hue angle of 86.49º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #315306 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB49836-
CMYK0.4100.930.67
HSL86.49º86.52%17.45%-
HSV(B)86.49º92.77%32.55%-
XYZ4.396.851.26-
YUV64.0695.24117.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=35.51%
G=60.14%
B=4.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal498360.4100.930.6786.4986.5217.45
Hex315362905D43565711
Octal61123651013510312612721
Binary11000110100111101010010101110110000111010110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315306; }

 p { color: rgb(49,83,6); }

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

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

 a { background-color: rgb(49,83,6); }

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

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

 span { border-color: rgb(49,83,6); }

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