#324802

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

Shades of Turtle Green #324802

Tints of Turtle Green #324802

Color information

#324802 (or 0x324802) is unknown color: approx Turtle Green. HEX triplet: 32, 48 and 02. RGB value is (50,72,2). Sum of RGB (Red+Green+Blue) = 50+72+2=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #324802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324802 is #CDB7FD. Grayscale: #393939. Windows color (decimal): -13481982 or 149554. OLE color: 149554.

HSL color Cylindrical-coordinate representation of color #324802: hue angle of 78.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #324802 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB50722-
CMYK0.3100.970.72
HSL78.86º94.59%14.51%-
HSV(B)78.86º97.22%28.24%-
XYZ3.645.320.89-
YUV57.4496.71122.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=40.32%
G=58.06%
B=1.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal507220.3100.970.7278.8694.5914.51
Hex324821F061484f5ff
Octal62110237014111011713717
Binary11001010010001011111011000011001000100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324802; }

 p { color: rgb(50,72,2); }

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

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

 a { background-color: rgb(50,72,2); }

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

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

 span { border-color: rgb(50,72,2); }

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