#328C5C

Color #328C5C Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #328C5C

Tints of Sea Green #328C5C

Color information

#328C5C (or 0x328C5C) is unknown color: approx Sea Green. HEX triplet: 32, 8C and 5C. RGB value is (50,140,92). Sum of RGB (Red+Green+Blue) = 50+140+92=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #328C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328C5C is #CD73A3. Grayscale: #6B6B6B. Windows color (decimal): -13464484 or 6065202. OLE color: 6065202.

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

Color convert

RGB5014092-
CMYK0.6400.340.45
HSL148º47.37%37.25%-
HSV(B)148º64.29%54.9%-
XYZ12.6320.2113.36-
YUV107.62119.1886.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 140 (55.08% from 255) = 49.65%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=17.73%
G=49.65%
B=32.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50140920.6400.340.4514847.3737.25
Hex328C5C400222D942f25
Octal62214134100042552245745
Binary1100101000110010111001000000010001010110110010100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #328C5C;
 }
 .AnyTagClassName
 {
   color: #328C5C;
 }
</style>
background-color css

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

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

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

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

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

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