#31470D

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

Shades of Turtle Green #31470D

Tints of Turtle Green #31470D

Color information

#31470D (or 0x31470D) is unknown color: approx Turtle Green. HEX triplet: 31, 47 and 0D. RGB value is (49,71,13). Sum of RGB (Red+Green+Blue) = 49+71+13=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #31470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31470D is #CEB8F2. Grayscale: #3A3A3A. Windows color (decimal): -13547763 or 870193. OLE color: 870193.

HSL color Cylindrical-coordinate representation of color #31470D: hue angle of 82.76º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31470D is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB497113-
CMYK0.3100.820.72
HSL82.76º69.05%16.47%-
HSV(B)82.76º81.69%27.84%-
XYZ3.595.191.19-
YUV57.81102.71121.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 71 (28.12% from 255) = 53.38%
BLUE value IS 13 (5.47% from 255) = 9.77%
R=36.84%
G=53.38%
B=9.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971130.3100.820.7282.7669.0516.47
Hex3147D1F05248534510
Octal611071537012211012310520
Binary11000110001111101111110101001010010001010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31470D; }

 p { color: rgb(49,71,13); }

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

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

 a { background-color: rgb(49,71,13); }

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

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

 span { border-color: rgb(49,71,13); }

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