#324C07

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

Shades of Turtle Green #324C07

Tints of Turtle Green #324C07

Color information

#324C07 (or 0x324C07) is unknown color: approx Turtle Green. HEX triplet: 32, 4C and 07. RGB value is (50,76,7). Sum of RGB (Red+Green+Blue) = 50+76+7=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #324C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C07 is #CDB3F8. Grayscale: #3C3C3C. Windows color (decimal): -13480953 or 478258. OLE color: 478258.

HSL color Cylindrical-coordinate representation of color #324C07: hue angle of 82.61º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #324C07 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.

Color convert

RGB50767-
CMYK0.3400.910.70
HSL82.61º83.13%16.27%-
HSV(B)82.61º90.79%29.8%-
XYZ3.945.861.12-
YUV60.3697.89120.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 76 (30.08% from 255) = 57.14%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=37.59%
G=57.14%
B=5.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal507670.3400.910.7082.6183.1316.27
Hex324C72205B46535310
Octal62114742013310612312320
Binary11001010011001111000100101101110001101010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324C07; }

 p { color: rgb(50,76,7); }

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

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

 a { background-color: rgb(50,76,7); }

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

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

 span { border-color: rgb(50,76,7); }

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