#313A0B

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

Shades of Turtle Green #313A0B

Tints of Turtle Green #313A0B

Color information

#313A0B (or 0x313A0B) is unknown color: approx Turtle Green. HEX triplet: 31, 3A and 0B. RGB value is (49,58,11). Sum of RGB (Red+Green+Blue) = 49+58+11=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #313A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313A0B is #CEC5F4. Grayscale: #323232. Windows color (decimal): -13551093 or 735793. OLE color: 735793.

HSL color Cylindrical-coordinate representation of color #313A0B: hue angle of 71.49º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #313A0B is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB495811-
CMYK0.1600.810.77
HSL71.49º68.12%13.53%-
HSV(B)71.49º81.03%22.75%-
XYZ2.843.70.88-
YUV49.95106.02127.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 58 (23.05% from 255) = 49.15%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=41.53%
G=49.15%
B=9.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4958110.1600.810.7771.4968.1213.53
Hex313AB100514D4744e
Octal61721320012111510710416
Binary110001111010101110000010100011001101100011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A0B; }

 p { color: rgb(49,58,11); }

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

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

 a { background-color: rgb(49,58,11); }

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

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

 span { border-color: rgb(49,58,11); }

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