#323602

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

Shades of Turtle Green #323602

Tints of Turtle Green #323602

Color information

#323602 (or 0x323602) is unknown color: approx Turtle Green. HEX triplet: 32, 36 and 02. RGB value is (50,54,2). Sum of RGB (Red+Green+Blue) = 50+54+2=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #323602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323602 is #CDC9FD. Grayscale: #2F2F2F. Windows color (decimal): -13486590 or 144946. OLE color: 144946.

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

Color convert

RGB50542-
CMYK0.0700.960.79
HSL64.62º92.86%10.98%-
HSV(B)64.62º96.3%21.18%-
XYZ2.653.320.56-
YUV46.88102.67130.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=47.17%
G=50.94%
B=1.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal505420.0700.960.7964.6292.8610.98
Hex3236270604F415db
Octal626627014011710113513
Binary11001011011010111011000001001111100000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323602; }

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

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

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

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

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

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

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

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