#324211

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

Shades of Turtle Green #324211

Tints of Turtle Green #324211

Color information

#324211 (or 0x324211) is unknown color: approx Turtle Green. HEX triplet: 32, 42 and 11. RGB value is (50,66,17). Sum of RGB (Red+Green+Blue) = 50+66+17=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #324211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324211 is #CDBDEE. Grayscale: #373737. Windows color (decimal): -13483503 or 1131058. OLE color: 1131058.

HSL color Cylindrical-coordinate representation of color #324211: hue angle of 79.59º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324211 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB506617-
CMYK0.2400.740.74
HSL79.59º59.04%16.27%-
HSV(B)79.59º74.24%25.88%-
XYZ3.364.621.24-
YUV55.63106.2123.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 17 (7.03% from 255) = 12.78%
R=37.59%
G=49.62%
B=12.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066170.2400.740.7479.5959.0416.27
Hex3242111804A4A503b10
Octal62102213001121121207320
Binary11001010000101000111000010010101001010101000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324211; }

 p { color: rgb(50,66,17); }

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

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

 a { background-color: rgb(50,66,17); }

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

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

 span { border-color: rgb(50,66,17); }

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