#48A373

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

Shades of Ocean Green #48A373

Tints of Ocean Green #48A373

Color information

#48A373 (or 0x48A373) is unknown color: approx Ocean Green. HEX triplet: 48, A3 and 73. RGB value is (72,163,115). Sum of RGB (Red+Green+Blue) = 72+163+115=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #48A373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A373 is #B75C8C. Grayscale: #828282. Windows color (decimal): -12016781 or 7578440. OLE color: 7578440.

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

Color convert

RGB72163115-
CMYK0.5600.290.36
HSL148.35º38.72%46.08%-
HSV(B)148.35º55.83%63.92%-
XYZ18.8628.8120.79-
YUV130.32119.3586.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=20.57%
G=46.57%
B=32.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721631150.5600.290.36148.3538.7246.08
Hex48A3733801D2494272e
Octal11024316370035442244756
Binary100100010100011111001111100001110110010010010100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,163,115); }

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

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

 a { background-color: rgb(72,163,115); }

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

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

 span { border-color: rgb(72,163,115); }

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