#328848

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

Shades of Sea Green #328848

Tints of Sea Green #328848

Color information

#328848 (or 0x328848) is unknown color: approx Sea Green. HEX triplet: 32, 88 and 48. RGB value is (50,136,72). Sum of RGB (Red+Green+Blue) = 50+136+72=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #328848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328848 is #CD77B7. Grayscale: #676767. Windows color (decimal): -13465528 or 4753458. OLE color: 4753458.

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

Color convert

RGB5013672-
CMYK0.6300.470.47
HSL135.35º46.24%36.47%-
HSV(B)135.35º63.24%53.33%-
XYZ11.2918.759.16-
YUV102.99110.5190.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 136 (53.52% from 255) = 52.71%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=19.38%
G=52.71%
B=27.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136720.6300.470.47135.3546.2436.47
Hex3288483F02F2F872e24
Octal6221011077057572075644
Binary110010100010001001000111111010111110111110000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328848; }

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

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

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

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

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

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

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

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