#324901

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

Shades of Turtle Green #324901

Tints of Turtle Green #324901

Color information

#324901 (or 0x324901) is unknown color: approx Turtle Green. HEX triplet: 32, 49 and 01. RGB value is (50,73,1). Sum of RGB (Red+Green+Blue) = 50+73+1=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #324901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324901 is #CDB6FE. Grayscale: #3A3A3A. Windows color (decimal): -13481727 or 84274. OLE color: 84274.

HSL color Cylindrical-coordinate representation of color #324901: hue angle of 79.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #324901 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB50731-
CMYK0.3200.990.71
HSL79.17º97.3%14.51%-
HSV(B)79.17º98.63%28.63%-
XYZ3.75.450.88-
YUV57.9295.88122.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 73 (28.91% from 255) = 58.87%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=40.32%
G=58.87%
B=0.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal507310.3200.990.7179.1797.314.51
Hex3249120063474f61f
Octal62111140014310711714117
Binary11001010010011100000011000111000111100111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324901; }

 p { color: rgb(50,73,1); }

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

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

 a { background-color: rgb(50,73,1); }

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

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

 span { border-color: rgb(50,73,1); }

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