#323505

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

Shades of Turtle Green #323505

Tints of Turtle Green #323505

Color information

#323505 (or 0x323505) is unknown color: approx Turtle Green. HEX triplet: 32, 35 and 05. RGB value is (50,53,5). Sum of RGB (Red+Green+Blue) = 50+53+5=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #323505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323505 is #CDCAFA. Grayscale: #2E2E2E. Windows color (decimal): -13486843 or 341298. OLE color: 341298.

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

Color convert

RGB50535-
CMYK0.0600.910.79
HSL63.75º82.76%11.37%-
HSV(B)63.75º90.57%20.78%-
XYZ2.623.240.63-
YUV46.63104.51130.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 53 (21.09% from 255) = 49.07%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=46.30%
G=49.07%
B=4.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal505350.0600.910.7963.7582.7611.37
Hex32355605B4F4053b
Octal626556013311710012313
Binary110010110101101110010110111001111100000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323505; }

 p { color: rgb(50,53,5); }

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

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

 a { background-color: rgb(50,53,5); }

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

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

 span { border-color: rgb(50,53,5); }

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