#313801

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

Shades of Turtle Green #313801

Tints of Turtle Green #313801

Color information

#313801 (or 0x313801) is unknown color: approx Turtle Green. HEX triplet: 31, 38 and 01. RGB value is (49,56,1). Sum of RGB (Red+Green+Blue) = 49+56+1=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #313801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313801 is #CEC7FE. Grayscale: #2F2F2F. Windows color (decimal): -13551615 or 79921. OLE color: 79921.

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

Color convert

RGB49561-
CMYK0.1200.980.78
HSL67.64º96.49%11.18%-
HSV(B)67.64º98.21%21.96%-
XYZ2.693.480.56-
YUV47.64101.68128.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 56 (22.27% from 255) = 52.83%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=46.23%
G=52.83%
B=0.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal495610.1200.980.7867.6496.4911.18
Hex31381C0624E4460b
Octal6170114014211610414013
Binary11000111100011100011000101001110100010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313801; }

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

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

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

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

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

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

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

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