#324200

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

Shades of Turtle Green #324200

Tints of Turtle Green #324200

Color information

#324200 (or 0x324200) is unknown color: approx Turtle Green. HEX triplet: 32, 42 and 00. RGB value is (50,66,0). Sum of RGB (Red+Green+Blue) = 50+66+0=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #324200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324200 is #CDBDFF. Grayscale: #353535. Windows color (decimal): -13483520 or 16946. OLE color: 16946.

HSL color Cylindrical-coordinate representation of color #324200: hue angle of 74.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #324200 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB50660-
CMYK0.24010.74
HSL74.55º100%12.94%-
HSV(B)74.55º100%25.88%-
XYZ3.264.570.71-
YUV53.6997.7125.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 66 (26.17% from 255) = 56.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.10%
G=56.90%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal506600.24010.7474.5510012.94
Hex32420180644A4b64d
Octal62102030014411211314415
Binary1100101000010011000011001001001010100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324200; }

 p { color: rgb(50,66,0); }

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

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

 a { background-color: rgb(50,66,0); }

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

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

 span { border-color: rgb(50,66,0); }

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