#32845E

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

Shades of Sea Green #32845E

Tints of Sea Green #32845E

Color information

#32845E (or 0x32845E) is unknown color: approx Sea Green. HEX triplet: 32, 84 and 5E. RGB value is (50,132,94). Sum of RGB (Red+Green+Blue) = 50+132+94=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #32845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32845E is #CD7BA1. Grayscale: #676767. Windows color (decimal): -13466530 or 6194226. OLE color: 6194226.

HSL color Cylindrical-coordinate representation of color #32845E: hue angle of 152.2º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32845E is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB5013294-
CMYK0.6200.290.48
HSL152.2º45.05%35.69%-
HSV(B)152.2º62.12%51.76%-
XYZ11.5917.9913.45-
YUV103.15122.8390.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=18.12%
G=47.83%
B=34.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50132940.6200.290.48152.245.0535.69
Hex32845E3E01D30982d24
Octal6220413676035602305544
Binary11001010000100101111011111001110111000010011000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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