#32875C

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

Shades of Sea Green #32875C

Tints of Sea Green #32875C

Color information

#32875C (or 0x32875C) is unknown color: approx Sea Green. HEX triplet: 32, 87 and 5C. RGB value is (50,135,92). Sum of RGB (Red+Green+Blue) = 50+135+92=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #32875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32875C is #CD78A3. Grayscale: #686868. Windows color (decimal): -13465764 or 6063922. OLE color: 6063922.

HSL color Cylindrical-coordinate representation of color #32875C: hue angle of 149.65º 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 #32875C is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB5013592-
CMYK0.6300.320.47
HSL149.65º45.95%36.27%-
HSV(B)149.65º62.96%52.94%-
XYZ11.9118.7813.12-
YUV104.68120.8489-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=18.05%
G=48.74%
B=33.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135920.6300.320.47149.6545.9536.27
Hex32875C3F0202F962e24
Octal6220713477040572265644
Binary110010100001111011100111111010000010111110010110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32875C; }

 p { color: rgb(50,135,92); }

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

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

 a { background-color: rgb(50,135,92); }

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

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

 span { border-color: rgb(50,135,92); }

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