#313700

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

Shades of Turtle Green #313700

Tints of Turtle Green #313700

Color information

#313700 (or 0x313700) is unknown color: approx Turtle Green. HEX triplet: 31, 37 and 00. RGB value is (49,55,0). Sum of RGB (Red+Green+Blue) = 49+55+0=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #313700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313700 is #CEC8FF. Grayscale: #2F2F2F. Windows color (decimal): -13551872 or 14129. OLE color: 14129.

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

Color convert

RGB49550-
CMYK0.11010.78
HSL66.55º100%10.78%-
HSV(B)66.55º100%21.57%-
XYZ2.633.390.51-
YUV46.94101.51129.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 55 (21.88% from 255) = 52.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.12%
G=52.88%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal495500.11010.7866.5510010.78
Hex31370B0644E4364b
Octal6167013014411610314413
Binary11000111011101011011001001001110100001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313700; }

 p { color: rgb(49,55,0); }

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

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

 a { background-color: rgb(49,55,0); }

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

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

 span { border-color: rgb(49,55,0); }

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