Html Css Color HEX #328B4C Sea Green

📋 copy color: '#328B4C'

red 50 ◦ green 139 ◦ blue 76

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

Shades of Sea Green #328B4C

Tints of Sea Green #328B4C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.45%

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 18.87%
G = 52.45%
B = 28.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#328B4C (or 0x328B4C) is known color: Sea Green. HEX triplet: 32, 8B and 4C. RGB value is (50,139,76). Sum of RGB (Red+Green+Blue) = 50+139+76=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #328B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B4C is #CD74B3. Grayscale: #696969. Windows color (decimal): -13464756 or 5016370. OLE color: 5016370.

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

Color convert

RGB 50 139 76 -
CMYK 0.64 0 0.45 0.45
HSL 137.53º 0.47% 0.37% -
HSV(B) 137.53º 0.64% 0.55% -
XYZ 11.85 19.67 10.01 -
YUV 105.21 111.51 88.62 -
System Red Green Blue C M Y K H S L
Decimal 50 139 76 0.64 0 0.45 0.45 137.53 0.47 0.37
Hex 32 8B 4C 40 0 2D 2D 8A 2F 25
Octal 62 213 114 100 0 55 55 212 57 45
Binary 110010 10001011 1001100 1000000 0 101101 101101 10001010 101111 100101

Color Harmonies of #328B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B4C

Black with #328B4C

Text Example


Text Example

White with #328B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328B4C; }

 p { color: rgb(50,139,76); }

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

background-color css

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

 a { background-color: rgb(50,139,76); }

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

border-color css

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

 span { border-color: rgb(50,139,76); }

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