#32855A

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

Shades of Sea Green #32855A

Tints of Sea Green #32855A

Color information

#32855A (or 0x32855A) is unknown color: approx Sea Green. HEX triplet: 32, 85 and 5A. RGB value is (50,133,90). Sum of RGB (Red+Green+Blue) = 50+133+90=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #32855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32855A is #CD7AA5. Grayscale: #676767. Windows color (decimal): -13466278 or 5932338. OLE color: 5932338.

HSL color Cylindrical-coordinate representation of color #32855A: hue angle of 148.92º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32855A is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB5013390-
CMYK0.6200.320.48
HSL148.92º45.36%35.88%-
HSV(B)148.92º62.41%52.16%-
XYZ11.5518.1912.58-
YUV103.28120.590-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=18.32%
G=48.72%
B=32.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133900.6200.320.48148.9245.3635.88
Hex32855A3E02030952d24
Octal6220513276040602255544
Binary110010100001011011010111110010000011000010010101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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