#32805E

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

Shades of Sea Green #32805E

Tints of Sea Green #32805E

Color information

#32805E (or 0x32805E) is unknown color: approx Sea Green. HEX triplet: 32, 80 and 5E. RGB value is (50,128,94). Sum of RGB (Red+Green+Blue) = 50+128+94=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #32805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32805E is #CD7FA1. Grayscale: #646464. Windows color (decimal): -13467554 or 6193202. OLE color: 6193202.

HSL color Cylindrical-coordinate representation of color #32805E: hue angle of 153.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32805E is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB5012894-
CMYK0.6100.270.50
HSL153.85º43.82%34.9%-
HSV(B)153.85º60.94%50.2%-
XYZ11.0516.9213.27-
YUV100.8124.1691.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 128 (50.39% from 255) = 47.06%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=18.38%
G=47.06%
B=34.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50128940.6100.270.50153.8543.8234.9
Hex32805E3D01B329a2c23
Octal6220013675033622325443
Binary11001010000000101111011110101101111001010011010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32805E; }

 p { color: rgb(50,128,94); }

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

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

 a { background-color: rgb(50,128,94); }

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

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

 span { border-color: rgb(50,128,94); }

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