#324012

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

Shades of Turtle Green #324012

Tints of Turtle Green #324012

Color information

#324012 (or 0x324012) is unknown color: approx Turtle Green. HEX triplet: 32, 40 and 12. RGB value is (50,64,18). Sum of RGB (Red+Green+Blue) = 50+64+18=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #324012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324012 is #CDBFED. Grayscale: #363636. Windows color (decimal): -13484014 or 1196082. OLE color: 1196082.

HSL color Cylindrical-coordinate representation of color #324012: hue angle of 78.26º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324012 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB506418-
CMYK0.2200.720.75
HSL78.26º56.1%16.08%-
HSV(B)78.26º71.88%25.1%-
XYZ3.264.391.25-
YUV54.57107.36124.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=37.88%
G=48.48%
B=13.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064180.2200.720.7578.2656.116.08
Hex324012160484B4e3810
Octal62100222601101131167020
Binary11001010000001001010110010010001001011100111011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324012; }

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

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

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

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

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

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

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

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