#31500E

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

Shades of Turtle Green #31500E

Tints of Turtle Green #31500E

Color information

#31500E (or 0x31500E) is unknown color: approx Turtle Green. HEX triplet: 31, 50 and 0E. RGB value is (49,80,14). Sum of RGB (Red+Green+Blue) = 49+80+14=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #31500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31500E is #CEAFF1. Grayscale: #3F3F3F. Windows color (decimal): -13545458 or 938033. OLE color: 938033.

HSL color Cylindrical-coordinate representation of color #31500E: hue angle of 88.18º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31500E is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB498014-
CMYK0.3900.830.69
HSL88.18º70.21%18.43%-
HSV(B)88.18º82.5%31.37%-
XYZ4.216.421.43-
YUV63.21100.23117.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 80 (31.64% from 255) = 55.94%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=34.27%
G=55.94%
B=9.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980140.3900.830.6988.1870.2118.43
Hex3150E2705345584612
Octal611201647012310513010622
Binary110001101000011101001110101001110001011011000100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31500E; }

 p { color: rgb(49,80,14); }

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

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

 a { background-color: rgb(49,80,14); }

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

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

 span { border-color: rgb(49,80,14); }

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