#323601

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

Shades of Turtle Green #323601

Tints of Turtle Green #323601

Color information

#323601 (or 0x323601) is unknown color: approx Turtle Green. HEX triplet: 32, 36 and 01. RGB value is (50,54,1). Sum of RGB (Red+Green+Blue) = 50+54+1=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #323601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323601 is #CDC9FE. Grayscale: #2E2E2E. Windows color (decimal): -13486591 or 79410. OLE color: 79410.

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

Color convert

RGB50541-
CMYK0.0700.980.79
HSL64.53º96.36%10.78%-
HSV(B)64.53º98.15%21.18%-
XYZ2.643.320.53-
YUV46.76102.17130.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 54 (21.48% from 255) = 51.43%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=47.62%
G=51.43%
B=0.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal505410.0700.980.7964.5396.3610.78
Hex3236170624F4160b
Octal626617014211710114013
Binary1100101101101111011000101001111100000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323601; }

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

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

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

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

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

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

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

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