#32885E

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

Shades of Sea Green #32885E

Tints of Sea Green #32885E

Color information

#32885E (or 0x32885E) is unknown color: approx Sea Green. HEX triplet: 32, 88 and 5E. RGB value is (50,136,94). Sum of RGB (Red+Green+Blue) = 50+136+94=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #32885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32885E is #CD77A1. Grayscale: #696969. Windows color (decimal): -13465506 or 6195250. OLE color: 6195250.

HSL color Cylindrical-coordinate representation of color #32885E: hue angle of 150.7º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32885E is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB5013694-
CMYK0.6300.310.47
HSL150.7º46.24%36.47%-
HSV(B)150.7º63.24%53.33%-
XYZ12.1419.0913.64-
YUV105.5121.5188.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 136 (53.52% from 255) = 48.57%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=17.86%
G=48.57%
B=33.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136940.6300.310.47150.746.2436.47
Hex32885E3F01F2F972e24
Octal6221013677037572275644
Binary11001010001000101111011111101111110111110010111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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