#31371A

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

Shades of Turtle Green #31371A

Tints of Turtle Green #31371A

Color information

#31371A (or 0x31371A) is unknown color: approx Turtle Green. HEX triplet: 31, 37 and 1A. RGB value is (49,55,26). Sum of RGB (Red+Green+Blue) = 49+55+26=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #31371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31371A is #CEC8E5. Grayscale: #323232. Windows color (decimal): -13551846 or 1718065. OLE color: 1718065.

HSL color Cylindrical-coordinate representation of color #31371A: hue angle of 72.41º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31371A is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB495526-
CMYK0.1100.530.78
HSL72.41º35.8%15.88%-
HSV(B)72.41º52.73%21.57%-
XYZ2.823.461.5-
YUV49.9114.51127.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 55 (21.88% from 255) = 42.31%
BLUE value IS 26 (10.55% from 255) = 20%
R=37.69%
G=42.31%
B=20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955260.1100.530.7872.4135.815.88
Hex31371AB0354E482410
Octal616732130651161104420
Binary11000111011111010101101101011001110100100010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31371A; }

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

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

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

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

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

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

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

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