#323E1F

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

Shades of Turtle Green #323E1F

Tints of Turtle Green #323E1F

Color information

#323E1F (or 0x323E1F) is unknown color: approx Turtle Green. HEX triplet: 32, 3E and 1F. RGB value is (50,62,31). Sum of RGB (Red+Green+Blue) = 50+62+31=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 62 - color contains mainly: green. Hex color #323E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E1F is #CDC1E0. Grayscale: #363636. Windows color (decimal): -13484513 or 2047538. OLE color: 2047538.

HSL color Cylindrical-coordinate representation of color #323E1F: hue angle of 83.23º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #323E1F is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB506231-
CMYK0.1900.50.76
HSL83.23º33.33%18.24%-
HSV(B)83.23º50%24.31%-
XYZ3.294.221.94-
YUV54.88114.52124.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 62 (24.61% from 255) = 43.36%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=34.97%
G=43.36%
B=21.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5062310.1900.50.7683.2333.3318.24
Hex323E1F130324C532112
Octal627637230621141234122
Binary110010111110111111001101100101001100101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E1F; }

 p { color: rgb(50,62,31); }

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

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

 a { background-color: rgb(50,62,31); }

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

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

 span { border-color: rgb(50,62,31); }

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