#31480D

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

Shades of Turtle Green #31480D

Tints of Turtle Green #31480D

Color information

#31480D (or 0x31480D) is unknown color: approx Turtle Green. HEX triplet: 31, 48 and 0D. RGB value is (49,72,13). Sum of RGB (Red+Green+Blue) = 49+72+13=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #31480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31480D is #CEB7F2. Grayscale: #3A3A3A. Windows color (decimal): -13547507 or 870449. OLE color: 870449.

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

Color convert

RGB497213-
CMYK0.3200.820.72
HSL83.39º69.41%16.67%-
HSV(B)83.39º81.94%28.24%-
XYZ3.665.321.21-
YUV58.4102.38121.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=36.57%
G=53.73%
B=9.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972130.3200.820.7283.3969.4116.67
Hex3148D2005248534511
Octal611101540012211012310521
Binary110001100100011011000000101001010010001010011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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