Html Css Color HEX #328952 Sea Green

📋 copy color: '#328952'

red 50 ◦ green 137 ◦ blue 82

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

Shades of Sea Green #328952

Tints of Sea Green #328952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.93%

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

R = 18.59%
G = 50.93%
B = 30.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#328952 (or 0x328952) is known color: Sea Green. HEX triplet: 32, 89 and 52. RGB value is (50,137,82). Sum of RGB (Red+Green+Blue) = 50+137+82=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #328952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328952 is #CD76AD. Grayscale: #686868. Windows color (decimal): -13465262 or 5409074. OLE color: 5409074.

HSL color Cylindrical-coordinate representation of color #328952: hue angle of 142.07º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328952 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 82 -
CMYK 0.64 0 0.40 0.46
HSL 142.07º 0.47% 0.37% -
HSV(B) 142.07º 0.64% 0.54% -
XYZ 11.78 19.18 11.06 -
YUV 104.72 115.18 88.97 -
System Red Green Blue C M Y K H S L
Decimal 50 137 82 0.64 0 0.40 0.46 142.07 0.47 0.37
Hex 32 89 52 40 0 28 2E 8E 2F 25
Octal 62 211 122 100 0 50 56 216 57 45
Binary 110010 10001001 1010010 1000000 0 101000 101110 10001110 101111 100101

Color Harmonies of #328952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328952

Black with #328952

Text Example


Text Example

White with #328952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328952; }

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

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

background-color css

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

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

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

border-color css

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

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

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