#315204

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

Shades of Turtle Green #315204

Tints of Turtle Green #315204

Color information

#315204 (or 0x315204) is unknown color: approx Turtle Green. HEX triplet: 31, 52 and 04. RGB value is (49,82,4). Sum of RGB (Red+Green+Blue) = 49+82+4=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #315204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315204 is #CEADFB. Grayscale: #3F3F3F. Windows color (decimal): -13544956 or 283185. OLE color: 283185.

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

Color convert

RGB49824-
CMYK0.4000.950.68
HSL85.38º90.7%16.86%-
HSV(B)85.38º95.12%32.16%-
XYZ4.316.71.18-
YUV63.2494.57117.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 82 (32.42% from 255) = 60.74%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=36.30%
G=60.74%
B=2.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal498240.4000.950.6885.3890.716.86
Hex315242805F44555b11
Octal61122450013710412513321
Binary11000110100101001010000101111110001001010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315204; }

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

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

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

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

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

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

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

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