#324A14

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

Shades of Turtle Green #324A14

Tints of Turtle Green #324A14

Color information

#324A14 (or 0x324A14) is unknown color: approx Turtle Green. HEX triplet: 32, 4A and 14. RGB value is (50,74,20). Sum of RGB (Red+Green+Blue) = 50+74+20=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #324A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A14 is #CDB5EB. Grayscale: #3C3C3C. Windows color (decimal): -13481452 or 1329714. OLE color: 1329714.

HSL color Cylindrical-coordinate representation of color #324A14: hue angle of 86.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324A14 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB507420-
CMYK0.3200.730.71
HSL86.67º57.45%18.43%-
HSV(B)86.67º72.97%29.02%-
XYZ3.895.631.54-
YUV60.67105.05120.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 74 (29.30% from 255) = 51.39%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=34.72%
G=51.39%
B=13.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5074200.3200.730.7186.6757.4518.43
Hex324A142004947573912
Octal62112244001111071277122
Binary110010100101010100100000010010011000111101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324A14; }

 p { color: rgb(50,74,20); }

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

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

 a { background-color: rgb(50,74,20); }

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

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

 span { border-color: rgb(50,74,20); }

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