#315309

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

Shades of Turtle Green #315309

Tints of Turtle Green #315309

Color information

#315309 (or 0x315309) is unknown color: approx Turtle Green. HEX triplet: 31, 53 and 09. RGB value is (49,83,9). Sum of RGB (Red+Green+Blue) = 49+83+9=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #315309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315309 is #CEACF6. Grayscale: #404040. Windows color (decimal): -13544695 or 611121. OLE color: 611121.

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

Color convert

RGB49839-
CMYK0.4100.890.67
HSL87.57º80.43%18.04%-
HSV(B)87.57º89.16%32.55%-
XYZ4.416.861.35-
YUV64.496.74117.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 83 (32.81% from 255) = 58.87%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=34.75%
G=58.87%
B=6.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal498390.4100.890.6787.5780.4318.04
Hex315392905943585012
Octal611231151013110313012022
Binary110001101001110011010010101100110000111011000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315309; }

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

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

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

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

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

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

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

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