#324512

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

Shades of Turtle Green #324512

Tints of Turtle Green #324512

Color information

#324512 (or 0x324512) is unknown color: approx Turtle Green. HEX triplet: 32, 45 and 12. RGB value is (50,69,18). Sum of RGB (Red+Green+Blue) = 50+69+18=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #324512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324512 is #CDBAED. Grayscale: #393939. Windows color (decimal): -13482734 or 1197362. OLE color: 1197362.

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

Color convert

RGB506918-
CMYK0.2800.740.73
HSL82.35º58.62%17.06%-
HSV(B)82.35º73.91%27.06%-
XYZ3.554.981.35-
YUV57.5105.71122.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 69 (27.34% from 255) = 50.36%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=36.50%
G=50.36%
B=13.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069180.2800.740.7382.3558.6217.06
Hex3245121C04A49523b11
Octal62105223401121111227321
Binary11001010001011001011100010010101001001101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324512; }

 p { color: rgb(50,69,18); }

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

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

 a { background-color: rgb(50,69,18); }

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

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

 span { border-color: rgb(50,69,18); }

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