Html Css Color HEX #328852 Sea Green

📋 copy color: '#328852'

red 50 ◦ green 136 ◦ blue 82

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

Shades of Sea Green #328852

Tints of Sea Green #328852

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.75%

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

R = 18.66%
G = 50.75%
B = 30.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#328852 (or 0x328852) is known color: Sea Green. HEX triplet: 32, 88 and 52. RGB value is (50,136,82). Sum of RGB (Red+Green+Blue) = 50+136+82=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #328852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328852 is #CD77AD. Grayscale: #686868. Windows color (decimal): -13465518 or 5408818. OLE color: 5408818.

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

Color convert

RGB 50 136 82 -
CMYK 0.63 0 0.40 0.47
HSL 142.33º 0.46% 0.36% -
HSV(B) 142.33º 0.63% 0.53% -
XYZ 11.64 18.9 11.02 -
YUV 104.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 50 136 82 0.63 0 0.40 0.47 142.33 0.46 0.36
Hex 32 88 52 3F 0 28 2F 8E 2E 24
Octal 62 210 122 77 0 50 57 216 56 44
Binary 110010 10001000 1010010 111111 0 101000 101111 10001110 101110 100100

Color Harmonies of #328852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328852

Black with #328852

Text Example


Text Example

White with #328852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328852; }

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

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

background-color css

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

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

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

border-color css

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

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

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