#32864B

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

Shades of Sea Green #32864B

Tints of Sea Green #32864B

Color information

#32864B (or 0x32864B) is unknown color: approx Sea Green. HEX triplet: 32, 86 and 4B. RGB value is (50,134,75). Sum of RGB (Red+Green+Blue) = 50+134+75=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #32864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32864B is #CD79B4. Grayscale: #666666. Windows color (decimal): -13466037 or 4949554. OLE color: 4949554.

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

Color convert

RGB5013475-
CMYK0.6300.440.47
HSL137.86º45.65%36.08%-
HSV(B)137.86º62.69%52.55%-
XYZ11.1118.249.59-
YUV102.16112.6790.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 134 (52.73% from 255) = 51.74%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=19.31%
G=51.74%
B=28.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134750.6300.440.47137.8645.6536.08
Hex32864B3F02C2F8a2e24
Octal6220611377054572125644
Binary110010100001101001011111111010110010111110001010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32864B; }

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

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

<style>
 a { background-color: #32864B; }

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

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

<style>
 span { border-color: #32864B; }

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

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