#313806

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

Shades of Turtle Green #313806

Tints of Turtle Green #313806

Color information

#313806 (or 0x313806) is unknown color: approx Turtle Green. HEX triplet: 31, 38 and 06. RGB value is (49,56,6). Sum of RGB (Red+Green+Blue) = 49+56+6=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #313806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313806 is #CEC7F9. Grayscale: #303030. Windows color (decimal): -13551610 or 407601. OLE color: 407601.

HSL color Cylindrical-coordinate representation of color #313806: hue angle of 68.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #313806 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB49566-
CMYK0.1200.890.78
HSL68.4º80.65%12.16%-
HSV(B)68.4º89.29%21.96%-
XYZ2.713.490.7-
YUV48.21104.18128.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=44.14%
G=50.45%
B=5.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal495660.1200.890.7868.480.6512.16
Hex31386C0594E4451c
Octal6170614013111610412114
Binary1100011110001101100010110011001110100010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313806; }

 p { color: rgb(49,56,6); }

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

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

 a { background-color: rgb(49,56,6); }

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

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

 span { border-color: rgb(49,56,6); }

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