#324001

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

Shades of Turtle Green #324001

Tints of Turtle Green #324001

Color information

#324001 (or 0x324001) is unknown color: approx Turtle Green. HEX triplet: 32, 40 and 01. RGB value is (50,64,1). Sum of RGB (Red+Green+Blue) = 50+64+1=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #324001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324001 is #CDBFFE. Grayscale: #343434. Windows color (decimal): -13484031 or 81970. OLE color: 81970.

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

Color convert

RGB50641-
CMYK0.2200.980.75
HSL73.33º96.92%12.75%-
HSV(B)73.33º98.44%25.1%-
XYZ3.154.350.7-
YUV52.6398.86126.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=43.48%
G=55.65%
B=0.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal506410.2200.980.7573.3396.9212.75
Hex32401160624B4961d
Octal62100126014211311114115
Binary1100101000000110110011000101001011100100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324001; }

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

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

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

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

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

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

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

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