Html Css Color HEX #328552 Sea Green

📋 copy color: '#328552'

red 50 ◦ green 133 ◦ blue 82

#328552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #328552

Tints of Sea Green #328552

RGB

 RED value IS 50 (19.92% from 255) = 18.87%

 GREEN value IS 133 (52.34% from 255) = 50.19%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 18.87%
G = 50.19%
B = 30.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#328552 (or 0x328552) is known color: Sea Green. HEX triplet: 32, 85 and 52. RGB value is (50,133,82). Sum of RGB (Red+Green+Blue) = 50+133+82=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #328552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328552 is #CD7AAD. Grayscale: #666666. Windows color (decimal): -13466286 or 5408050. OLE color: 5408050.

HSL color Cylindrical-coordinate representation of color #328552: hue angle of 143.13º 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 #328552 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 82 -
CMYK 0.62 0 0.38 0.48
HSL 143.13º 0.45% 0.36% -
HSV(B) 143.13º 0.62% 0.52% -
XYZ 11.23 18.06 10.88 -
YUV 102.37 116.5 90.65 -
System Red Green Blue C M Y K H S L
Decimal 50 133 82 0.62 0 0.38 0.48 143.13 0.45 0.36
Hex 32 85 52 3E 0 26 30 8F 2D 24
Octal 62 205 122 76 0 46 60 217 55 44
Binary 110010 10000101 1010010 111110 0 100110 110000 10001111 101101 100100

Color Harmonies of #328552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328552

Black with #328552

Text Example


Text Example

White with #328552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328552; }

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

 H1.HeaderClassName
 {
   color: #328552;
 }
 .AnyTagClassName
 {
   color: #328552;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #328552;
 }
 .BgClassName
 {
   background-color: #328552;
 }
</style>

border-color css

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

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

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