#48B472

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

Shades of Ocean Green #48B472

Tints of Ocean Green #48B472

Color information

#48B472 (or 0x48B472) is unknown color: approx Ocean Green. HEX triplet: 48, B4 and 72. RGB value is (72,180,114). Sum of RGB (Red+Green+Blue) = 72+180+114=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #48B472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B472 is #B74B8D. Grayscale: #8C8C8C. Windows color (decimal): -12012430 or 7517256. OLE color: 7517256.

HSL color Cylindrical-coordinate representation of color #48B472: hue angle of 143.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B472 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB72180114-
CMYK0.6000.370.29
HSL143.33º42.86%49.41%-
HSV(B)143.33º60%70.59%-
XYZ22.0335.2421.56-
YUV140.18113.2279.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=19.67%
G=49.18%
B=31.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721801140.6000.370.29143.3342.8649.41
Hex48B4723C0251D8f2b31
Octal11026416274045352175361
Binary100100010110100111001011110001001011110110001111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,180,114); }

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

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

 a { background-color: rgb(72,180,114); }

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

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

 span { border-color: rgb(72,180,114); }

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