Html Css Color HEX #328C48 Sea Green

📋 copy color: '#328C48'

red 50 ◦ green 140 ◦ blue 72

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

Shades of Sea Green #328C48

Tints of Sea Green #328C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.44%

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 19.08%
G = 53.44%
B = 27.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#328C48 (or 0x328C48) is known color: Sea Green. HEX triplet: 32, 8C and 48. RGB value is (50,140,72). Sum of RGB (Red+Green+Blue) = 50+140+72=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #328C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328C48 is #CD73B7. Grayscale: #696969. Windows color (decimal): -13464504 or 4754482. OLE color: 4754482.

HSL color Cylindrical-coordinate representation of color #328C48: hue angle of 134.67º 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 #328C48 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 140 72 -
CMYK 0.64 0 0.49 0.45
HSL 134.67º 0.47% 0.37% -
HSV(B) 134.67º 0.64% 0.55% -
XYZ 11.86 19.9 9.35 -
YUV 105.34 109.18 88.53 -
System Red Green Blue C M Y K H S L
Decimal 50 140 72 0.64 0 0.49 0.45 134.67 0.47 0.37
Hex 32 8C 48 40 0 31 2D 87 2F 25
Octal 62 214 110 100 0 61 55 207 57 45
Binary 110010 10001100 1001000 1000000 0 110001 101101 10000111 101111 100101

Color Harmonies of #328C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C48

Black with #328C48

Text Example


Text Example

White with #328C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,72); }

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

background-color css

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

 a { background-color: rgb(50,140,72); }

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

border-color css

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

 span { border-color: rgb(50,140,72); }

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