#48A780

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

Shades of Ocean Green #48A780

Tints of Ocean Green #48A780

Color information

#48A780 (or 0x48A780) is unknown color: approx Ocean Green. HEX triplet: 48, A7 and 80. RGB value is (72,167,128). Sum of RGB (Red+Green+Blue) = 72+167+128=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #48A780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A780 is #B7587F. Grayscale: #868686. Windows color (decimal): -12015744 or 8431432. OLE color: 8431432.

HSL color Cylindrical-coordinate representation of color #48A780: hue angle of 155.37º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A780 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB72167128-
CMYK0.5700.230.35
HSL155.37º39.75%46.86%-
HSV(B)155.37º56.89%65.49%-
XYZ20.3930.5725.25-
YUV134.15124.5383.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 167 (65.62% from 255) = 45.50%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=19.62%
G=45.50%
B=34.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721671280.5700.230.35155.3739.7546.86
Hex48A78039017239b282f
Octal11024720071027432335057
Binary1001000101001111000000011100101011110001110011011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A780; }

 p { color: rgb(72,167,128); }

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

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

 a { background-color: rgb(72,167,128); }

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

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

 span { border-color: rgb(72,167,128); }

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