#313821

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

Shades of Turtle Green #313821

Tints of Turtle Green #313821

Color information

#313821 (or 0x313821) is unknown color: approx Turtle Green. HEX triplet: 31, 38 and 21. RGB value is (49,56,33). Sum of RGB (Red+Green+Blue) = 49+56+33=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #313821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313821 is #CEC7DE. Grayscale: #333333. Windows color (decimal): -13551583 or 2177073. OLE color: 2177073.

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

Color convert

RGB495633-
CMYK0.1200.410.78
HSL78.26º25.84%17.45%-
HSV(B)78.26º41.07%21.96%-
XYZ2.963.591.98-
YUV51.28117.68126.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=35.51%
G=40.58%
B=23.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4956330.1200.410.7878.2625.8417.45
Hex313821C0294E4e1a11
Octal617041140511161163221
Binary11000111100010000111000101001100111010011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313821; }

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

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

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

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

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

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

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

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