#48B46D

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

Shades of Ocean Green #48B46D

Tints of Ocean Green #48B46D

Color information

#48B46D (or 0x48B46D) is unknown color: approx Ocean Green. HEX triplet: 48, B4 and 6D. RGB value is (72,180,109). Sum of RGB (Red+Green+Blue) = 72+180+109=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #48B46D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B46D is #B74B92. Grayscale: #8B8B8B. Windows color (decimal): -12012435 or 7189576. OLE color: 7189576.

HSL color Cylindrical-coordinate representation of color #48B46D: hue angle of 140.56º 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 #48B46D is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB72180109-
CMYK0.6000.390.29
HSL140.56º42.86%49.41%-
HSV(B)140.56º60%70.59%-
XYZ21.7535.1220.1-
YUV139.61110.7279.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 180 (70.70% from 255) = 49.86%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=19.94%
G=49.86%
B=30.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721801090.6000.390.29140.5642.8649.41
Hex48B46D3C0271D8d2b31
Octal11026415574047352155361
Binary100100010110100110110111110001001111110110001101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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