#323504

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

Shades of Turtle Green #323504

Tints of Turtle Green #323504

Color information

#323504 (or 0x323504) is unknown color: approx Turtle Green. HEX triplet: 32, 35 and 04. RGB value is (50,53,4). Sum of RGB (Red+Green+Blue) = 50+53+4=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #323504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323504 is #CDCAFB. Grayscale: #2E2E2E. Windows color (decimal): -13486844 or 275762. OLE color: 275762.

HSL color Cylindrical-coordinate representation of color #323504: hue angle of 63.67º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #323504 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB50534-
CMYK0.0600.920.79
HSL63.67º85.96%11.18%-
HSV(B)63.67º92.45%20.78%-
XYZ2.613.230.6-
YUV46.52104.01130.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=46.73%
G=49.53%
B=3.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal505340.0600.920.7963.6785.9611.18
Hex32354605C4F4056b
Octal626546013411710012613
Binary110010110101100110010111001001111100000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323504; }

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

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

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

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

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

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

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

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