#313409

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

Shades of Turtle Green #313409

Tints of Turtle Green #313409

Color information

#313409 (or 0x313409) is unknown color: approx Turtle Green. HEX triplet: 31, 34 and 09. RGB value is (49,52,9). Sum of RGB (Red+Green+Blue) = 49+52+9=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #313409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313409 is #CECBF6. Grayscale: #2E2E2E. Windows color (decimal): -13552631 or 603185. OLE color: 603185.

HSL color Cylindrical-coordinate representation of color #313409: hue angle of 64.19º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #313409 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB49529-
CMYK0.0600.830.80
HSL64.19º70.49%11.96%-
HSV(B)64.19º82.69%20.39%-
XYZ2.543.130.73-
YUV46.2107.01130-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=44.55%
G=47.27%
B=8.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal495290.0600.830.8064.1970.4911.96
Hex313496053504046c
Octal6164116012312010010614
Binary1100011101001001110010100111010000100000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313409; }

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

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

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

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

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

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

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

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