#325306

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

Shades of Turtle Green #325306

Tints of Turtle Green #325306

Color information

#325306 (or 0x325306) is unknown color: approx Turtle Green. HEX triplet: 32, 53 and 06. RGB value is (50,83,6). Sum of RGB (Red+Green+Blue) = 50+83+6=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #325306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325306 is #CDACF9. Grayscale: #404040. Windows color (decimal): -13479162 or 414514. OLE color: 414514.

HSL color Cylindrical-coordinate representation of color #325306: hue angle of 85.71º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #325306 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB50836-
CMYK0.4000.930.67
HSL85.71º86.52%17.45%-
HSV(B)85.71º92.77%32.55%-
XYZ4.446.881.27-
YUV64.3595.07117.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 83 (32.81% from 255) = 59.71%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=35.97%
G=59.71%
B=4.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal508360.4000.930.6785.7186.5217.45
Hex325362805D43565711
Octal62123650013510312612721
Binary11001010100111101010000101110110000111010110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325306; }

 p { color: rgb(50,83,6); }

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

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

 a { background-color: rgb(50,83,6); }

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

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

 span { border-color: rgb(50,83,6); }

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