#325009

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

Shades of Turtle Green #325009

Tints of Turtle Green #325009

Color information

#325009 (or 0x325009) is unknown color: approx Turtle Green. HEX triplet: 32, 50 and 09. RGB value is (50,80,9). Sum of RGB (Red+Green+Blue) = 50+80+9=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #325009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325009 is #CDAFF6. Grayscale: #3F3F3F. Windows color (decimal): -13479927 or 610354. OLE color: 610354.

HSL color Cylindrical-coordinate representation of color #325009: hue angle of 85.35º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #325009 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB50809-
CMYK0.3700.890.69
HSL85.35º79.78%17.45%-
HSV(B)85.35º88.75%31.37%-
XYZ4.236.441.28-
YUV62.9497.56118.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 80 (31.64% from 255) = 57.55%
BLUE value IS 9 (3.91% from 255) = 6.47%
R=35.97%
G=57.55%
B=6.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal508090.3700.890.6985.3579.7817.45
Hex325092505945555011
Octal621201145013110512512021
Binary110010101000010011001010101100110001011010101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325009; }

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

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

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

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

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

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

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

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