#325010

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

Shades of Turtle Green #325010

Tints of Turtle Green #325010

Color information

#325010 (or 0x325010) is unknown color: approx Turtle Green. HEX triplet: 32, 50 and 10. RGB value is (50,80,16). Sum of RGB (Red+Green+Blue) = 50+80+16=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #325010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325010 is #CDAFEF. Grayscale: #3F3F3F. Windows color (decimal): -13479920 or 1069106. OLE color: 1069106.

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

Color convert

RGB508016-
CMYK0.3700.800.69
HSL88.12º66.67%18.82%-
HSV(B)88.12º80%31.37%-
XYZ4.286.451.51-
YUV63.73101.06118.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 80 (31.64% from 255) = 54.79%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=34.25%
G=54.79%
B=10.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080160.3700.800.6988.1266.6718.82
Hex3250102505045584313
Octal621202045012010513010323
Binary1100101010000100001001010101000010001011011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325010; }

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

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

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

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

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

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

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

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