#323A21

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

Shades of Turtle Green #323A21

Tints of Turtle Green #323A21

Color information

#323A21 (or 0x323A21) is unknown color: approx Turtle Green. HEX triplet: 32, 3A and 21. RGB value is (50,58,33). Sum of RGB (Red+Green+Blue) = 50+58+33=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 58 - color contains mainly: green. Hex color #323A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A21 is #CDC5DE. Grayscale: #343434. Windows color (decimal): -13485535 or 2177586. OLE color: 2177586.

HSL color Cylindrical-coordinate representation of color #323A21: hue angle of 79.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #323A21 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB505833-
CMYK0.1400.430.77
HSL79.2º27.47%17.84%-
HSV(B)79.2º43.1%22.75%-
XYZ3.13.812.01-
YUV52.76116.85126.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 58 (23.05% from 255) = 41.13%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=35.46%
G=41.13%
B=23.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058330.1400.430.7779.227.4717.84
Hex323A21E02B4D4f1b12
Octal627241160531151173322
Binary11001011101010000111100101011100110110011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,58,33); }

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

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

 a { background-color: rgb(50,58,33); }

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

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

 span { border-color: rgb(50,58,33); }

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