#324304

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

Shades of Turtle Green #324304

Tints of Turtle Green #324304

Color information

#324304 (or 0x324304) is unknown color: approx Turtle Green. HEX triplet: 32, 43 and 04. RGB value is (50,67,4). Sum of RGB (Red+Green+Blue) = 50+67+4=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #324304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324304 is #CDBCFB. Grayscale: #363636. Windows color (decimal): -13483260 or 279346. OLE color: 279346.

HSL color Cylindrical-coordinate representation of color #324304: hue angle of 76.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #324304 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB50674-
CMYK0.2500.940.74
HSL76.19º88.73%13.92%-
HSV(B)76.19º94.03%26.27%-
XYZ3.344.70.85-
YUV54.7499.37124.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=41.32%
G=55.37%
B=3.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal506740.2500.940.7476.1988.7313.92
Hex324341905E4A4c59e
Octal62103431013611211413116
Binary110010100001110011001010111101001010100110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324304; }

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

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

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

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

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

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

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

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