#324601

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

Shades of Turtle Green #324601

Tints of Turtle Green #324601

Color information

#324601 (or 0x324601) is unknown color: approx Turtle Green. HEX triplet: 32, 46 and 01. RGB value is (50,70,1). Sum of RGB (Red+Green+Blue) = 50+70+1=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #324601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324601 is #CDB9FE. Grayscale: #383838. Windows color (decimal): -13482495 or 83506. OLE color: 83506.

HSL color Cylindrical-coordinate representation of color #324601: hue angle of 77.39º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #324601 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB50701-
CMYK0.2900.990.73
HSL77.39º97.18%13.92%-
HSV(B)77.39º98.57%27.45%-
XYZ3.515.060.82-
YUV56.1596.87123.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 70 (27.73% from 255) = 57.85%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=41.32%
G=57.85%
B=0.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal507010.2900.990.7377.3997.1813.92
Hex324611D063494d61e
Octal62106135014311111514116
Binary1100101000110111101011000111001001100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324601; }

 p { color: rgb(50,70,1); }

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

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

 a { background-color: rgb(50,70,1); }

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

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

 span { border-color: rgb(50,70,1); }

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