#315200

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

Shades of Turtle Green #315200

Tints of Turtle Green #315200

Color information

#315200 (or 0x315200) is unknown color: approx Turtle Green. HEX triplet: 31, 52 and 00. RGB value is (49,82,0). Sum of RGB (Red+Green+Blue) = 49+82+0=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #315200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315200 is #CEADFF. Grayscale: #3F3F3F. Windows color (decimal): -13544960 or 21041. OLE color: 21041.

HSL color Cylindrical-coordinate representation of color #315200: hue angle of 84.15º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #315200 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB49820-
CMYK0.40010.68
HSL84.15º100%16.08%-
HSV(B)84.15º100%32.16%-
XYZ4.286.691.07-
YUV62.7892.57118.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 82 (32.42% from 255) = 62.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.40%
G=62.60%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal498200.40010.6884.1510016.08
Hex315202806444546410
Octal61122050014410412414420
Binary110001101001001010000110010010001001010100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315200; }

 p { color: rgb(49,82,0); }

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

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

 a { background-color: rgb(49,82,0); }

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

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

 span { border-color: rgb(49,82,0); }

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