#48a577

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

Shades of Ocean Green #48A577

Tints of Ocean Green #48A577

Color information

#48A577 (or 0x48A577) is unknown color: approx Ocean Green. HEX triplet: 48, A5 and 77. RGB value is (72,165,119). Sum of RGB (Red+Green+Blue) = 72+165+119=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #48A577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A577 is #B75A88. Grayscale: #848484. Windows color (decimal): -12016265 or 7841096. OLE color: 7841096.

HSL color Cylindrical-coordinate representation of color #48A577: hue angle of 150.32º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A577 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB72165119-
CMYK0.5600.280.35
HSL150.32º39.24%46.47%-
HSV(B)150.32º56.36%64.71%-
XYZ19.4629.6222.14-
YUV131.95120.6985.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=20.22%
G=46.35%
B=33.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721651190.5600.280.35150.3239.2446.47
Hex48A5773801C2396272e
Octal11024516770034432264756
Binary100100010100101111011111100001110010001110010110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,119); }

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

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

 a { background-color: rgb(72,165,119); }

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

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

 span { border-color: rgb(72,165,119); }

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