#323401

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

Shades of Turtle Green #323401

Tints of Turtle Green #323401

Color information

#323401 (or 0x323401) is unknown color: approx Turtle Green. HEX triplet: 32, 34 and 01. RGB value is (50,52,1). Sum of RGB (Red+Green+Blue) = 50+52+1=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #323401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323401 is #CDCBFE. Grayscale: #2D2D2D. Windows color (decimal): -13487103 or 78898. OLE color: 78898.

HSL color Cylindrical-coordinate representation of color #323401: hue angle of 62.35º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #323401 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB50521-
CMYK0.0400.980.80
HSL62.35º96.23%10.39%-
HSV(B)62.35º98.08%20.39%-
XYZ2.553.140.5-
YUV45.59102.84131.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 52 (20.70% from 255) = 50.49%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=48.54%
G=50.49%
B=0.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505210.0400.980.8062.3596.2310.39
Hex323414062503e60a
Octal62641401421207614012
Binary110010110100110001100010101000011111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323401; }

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

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

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

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

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

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

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

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