#324004

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

Shades of Turtle Green #324004

Tints of Turtle Green #324004

Color information

#324004 (or 0x324004) is unknown color: approx Turtle Green. HEX triplet: 32, 40 and 04. RGB value is (50,64,4). Sum of RGB (Red+Green+Blue) = 50+64+4=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #324004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324004 is #CDBFFB. Grayscale: #353535. Windows color (decimal): -13484028 or 278578. OLE color: 278578.

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

Color convert

RGB50644-
CMYK0.2200.940.75
HSL74º88.24%13.33%-
HSV(B)74º93.75%25.1%-
XYZ3.174.350.79-
YUV52.97100.36125.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=42.37%
G=54.24%
B=3.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal506440.2200.940.757488.2413.33
Hex324041605E4B4a58d
Octal62100426013611311213015
Binary110010100000010010110010111101001011100101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324004; }

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

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

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

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

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

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

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

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