#313B1A

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

Shades of Turtle Green #313B1A

Tints of Turtle Green #313B1A

Color information

#313B1A (or 0x313B1A) is unknown color: approx Turtle Green. HEX triplet: 31, 3B and 1A. RGB value is (49,59,26). Sum of RGB (Red+Green+Blue) = 49+59+26=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #313B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B1A is #CEC4E5. Grayscale: #343434. Windows color (decimal): -13550822 or 1719089. OLE color: 1719089.

HSL color Cylindrical-coordinate representation of color #313B1A: hue angle of 78.18º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313B1A is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.77.

Color convert

RGB495926-
CMYK0.1700.560.77
HSL78.18º38.82%16.67%-
HSV(B)78.18º55.93%23.14%-
XYZ3.023.861.56-
YUV52.25113.19125.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 59 (23.44% from 255) = 44.03%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=36.57%
G=44.03%
B=19.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4959260.1700.560.7778.1838.8216.67
Hex313B1A110384D4e2711
Octal617332210701151164721
Binary110001111011110101000101110001001101100111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,59,26); }

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

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

 a { background-color: rgb(49,59,26); }

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

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

 span { border-color: rgb(49,59,26); }

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