#325011

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

Shades of Turtle Green #325011

Tints of Turtle Green #325011

Color information

#325011 (or 0x325011) is unknown color: approx Turtle Green. HEX triplet: 32, 50 and 11. RGB value is (50,80,17). Sum of RGB (Red+Green+Blue) = 50+80+17=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #325011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325011 is #CDAFEE. Grayscale: #404040. Windows color (decimal): -13479919 or 1134642. OLE color: 1134642.

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

Color convert

RGB508017-
CMYK0.3700.790.69
HSL88.57º64.95%19.02%-
HSV(B)88.57º78.75%31.37%-
XYZ4.296.461.55-
YUV63.85101.56118.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=34.01%
G=54.42%
B=11.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080170.3700.790.6988.5764.9519.02
Hex3250112504F45594113
Octal621202145011710513110123
Binary1100101010000100011001010100111110001011011001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325011; }

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

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

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

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

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

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

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

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