#324413

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

Shades of Turtle Green #324413

Tints of Turtle Green #324413

Color information

#324413 (or 0x324413) is unknown color: approx Turtle Green. HEX triplet: 32, 44 and 13. RGB value is (50,68,19). Sum of RGB (Red+Green+Blue) = 50+68+19=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #324413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324413 is #CDBBEC. Grayscale: #393939. Windows color (decimal): -13482989 or 1262642. OLE color: 1262642.

HSL color Cylindrical-coordinate representation of color #324413: hue angle of 82.04º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324413 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB506819-
CMYK0.2600.720.73
HSL82.04º56.32%17.06%-
HSV(B)82.04º72.06%26.67%-
XYZ3.54.861.37-
YUV57.03106.54122.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=36.50%
G=49.64%
B=13.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5068190.2600.720.7382.0456.3217.06
Hex3244131A04849523811
Octal62104233201101111227021
Binary11001010001001001111010010010001001001101001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324413; }

 p { color: rgb(50,68,19); }

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

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

 a { background-color: rgb(50,68,19); }

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

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

 span { border-color: rgb(50,68,19); }

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