#325509

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

Shades of Turtle Green #325509

Tints of Turtle Green #325509

Color information

#325509 (or 0x325509) is unknown color: approx Turtle Green. HEX triplet: 32, 55 and 09. RGB value is (50,85,9). Sum of RGB (Red+Green+Blue) = 50+85+9=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #325509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325509 is #CDAAF6. Grayscale: #424242. Windows color (decimal): -13478647 or 611634. OLE color: 611634.

HSL color Cylindrical-coordinate representation of color #325509: hue angle of 87.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #325509 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB50859-
CMYK0.4100.890.67
HSL87.63º80.85%18.43%-
HSV(B)87.63º89.41%33.33%-
XYZ4.617.191.4-
YUV65.8795.9116.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=34.72%
G=59.03%
B=6.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal508590.4100.890.6787.6380.8518.43
Hex325592905943585112
Octal621251151013110313012122
Binary110010101010110011010010101100110000111011000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325509; }

 p { color: rgb(50,85,9); }

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

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

 a { background-color: rgb(50,85,9); }

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

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

 span { border-color: rgb(50,85,9); }

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