#32865F

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

Shades of Sea Green #32865F

Tints of Sea Green #32865F

Color information

#32865F (or 0x32865F) is unknown color: approx Sea Green. HEX triplet: 32, 86 and 5F. RGB value is (50,134,95). Sum of RGB (Red+Green+Blue) = 50+134+95=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #32865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32865F is #CD79A0. Grayscale: #686868. Windows color (decimal): -13466017 or 6260274. OLE color: 6260274.

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

Color convert

RGB5013495-
CMYK0.6300.290.47
HSL152.14º45.65%36.08%-
HSV(B)152.14º62.69%52.55%-
XYZ11.9118.5513.78-
YUV104.44122.6789.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=17.92%
G=48.03%
B=34.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134950.6300.290.47152.1445.6536.08
Hex32865F3F01D2F982e24
Octal6220613777035572305644
Binary11001010000110101111111111101110110111110011000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32865F; }

 p { color: rgb(50,134,95); }

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

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

 a { background-color: rgb(50,134,95); }

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

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

 span { border-color: rgb(50,134,95); }

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