#325109

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

Shades of Turtle Green #325109

Tints of Turtle Green #325109

Color information

#325109 (or 0x325109) is unknown color: approx Turtle Green. HEX triplet: 32, 51 and 09. RGB value is (50,81,9). Sum of RGB (Red+Green+Blue) = 50+81+9=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #325109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325109 is #CDAEF6. Grayscale: #3F3F3F. Windows color (decimal): -13479671 or 610610. OLE color: 610610.

HSL color Cylindrical-coordinate representation of color #325109: hue angle of 85.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #325109 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB50819-
CMYK0.3800.890.68
HSL85.83º80%17.65%-
HSV(B)85.83º88.89%31.76%-
XYZ4.316.581.3-
YUV63.5297.23118.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 81 (32.03% from 255) = 57.86%
BLUE value IS 9 (3.91% from 255) = 6.43%
R=35.71%
G=57.86%
B=6.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal508190.3800.890.6885.838017.65
Hex325192605944565012
Octal621211146013110412612022
Binary110010101000110011001100101100110001001010110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325109; }

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

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

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

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

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

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

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

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