#323600

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

Shades of Turtle Green #323600

Tints of Turtle Green #323600

Color information

#323600 (or 0x323600) is unknown color: approx Turtle Green. HEX triplet: 32, 36 and 00. RGB value is (50,54,0). Sum of RGB (Red+Green+Blue) = 50+54+0=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #323600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323600 is #CDC9FF. Grayscale: #2E2E2E. Windows color (decimal): -13486592 or 13874. OLE color: 13874.

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

Color convert

RGB50540-
CMYK0.07010.79
HSL64.44º100%10.59%-
HSV(B)64.44º100%21.18%-
XYZ2.633.320.5-
YUV46.65101.67130.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 54 (21.48% from 255) = 51.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.08%
G=51.92%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal505400.07010.7964.4410010.59
Hex3236070644F4064b
Octal626607014411710014413
Binary1100101101100111011001001001111100000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323600; }

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

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

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

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

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

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

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

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