#32835A

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

Shades of Sea Green #32835A

Tints of Sea Green #32835A

Color information

#32835A (or 0x32835A) is unknown color: approx Sea Green. HEX triplet: 32, 83 and 5A. RGB value is (50,131,90). Sum of RGB (Red+Green+Blue) = 50+131+90=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #32835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32835A is #CD7CA5. Grayscale: #666666. Windows color (decimal): -13466790 or 5931826. OLE color: 5931826.

HSL color Cylindrical-coordinate representation of color #32835A: hue angle of 149.63º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32835A is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB5013190-
CMYK0.6200.310.49
HSL149.63º44.75%35.49%-
HSV(B)149.63º61.83%51.37%-
XYZ11.2817.6512.49-
YUV102.11121.1690.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=18.45%
G=48.34%
B=33.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131900.6200.310.49149.6344.7535.49
Hex32835A3E01F31962d23
Octal6220313276037612265543
Binary11001010000011101101011111001111111000110010110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32835A; }

 p { color: rgb(50,131,90); }

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

<style>
 a { background-color: #32835A; }

 a { background-color: rgb(50,131,90); }

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

<style>
 span { border-color: #32835A; }

 span { border-color: rgb(50,131,90); }

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