#31401A

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

Shades of Turtle Green #31401A

Tints of Turtle Green #31401A

Color information

#31401A (or 0x31401A) is unknown color: approx Turtle Green. HEX triplet: 31, 40 and 1A. RGB value is (49,64,26). Sum of RGB (Red+Green+Blue) = 49+64+26=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #31401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31401A is #CEBFE5. Grayscale: #373737. Windows color (decimal): -13549542 or 1720369. OLE color: 1720369.

HSL color Cylindrical-coordinate representation of color #31401A: hue angle of 83.68º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31401A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB496426-
CMYK0.2300.590.75
HSL83.68º42.22%17.65%-
HSV(B)83.68º59.38%25.1%-
XYZ3.294.391.65-
YUV55.18111.53123.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=35.25%
G=46.04%
B=18.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964260.2300.590.7583.6842.2217.65
Hex31401A1703B4B542a12
Octal6110032270731131245222
Binary1100011000000110101011101110111001011101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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