#313722

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

Shades of Turtle Green #313722

Tints of Turtle Green #313722

Color information

#313722 (or 0x313722) is unknown color: approx Turtle Green. HEX triplet: 31, 37 and 22. RGB value is (49,55,34). Sum of RGB (Red+Green+Blue) = 49+55+34=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 55 - color contains mainly: green. Hex color #313722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313722 is #CEC8DD. Grayscale: #323232. Windows color (decimal): -13551838 or 2242353. OLE color: 2242353.

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

Color convert

RGB495534-
CMYK0.1100.380.78
HSL77.14º23.6%17.45%-
HSV(B)77.14º38.18%21.57%-
XYZ2.923.52.04-
YUV50.81118.51126.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=35.51%
G=39.86%
B=24.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955340.1100.380.7877.1423.617.45
Hex313722B0264E4d1811
Octal616742130461161153021
Binary11000111011110001010110100110100111010011011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313722; }

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

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

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

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

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

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

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

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