#48B56F

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

Shades of Ocean Green #48B56F

Tints of Ocean Green #48B56F

Color information

#48B56F (or 0x48B56F) is unknown color: approx Ocean Green. HEX triplet: 48, B5 and 6F. RGB value is (72,181,111). Sum of RGB (Red+Green+Blue) = 72+181+111=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #48B56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B56F is #B74A90. Grayscale: #8C8C8C. Windows color (decimal): -12012177 or 7320904. OLE color: 7320904.

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

Color convert

RGB72181111-
CMYK0.6000.390.29
HSL141.47º43.08%49.61%-
HSV(B)141.47º60.22%70.98%-
XYZ22.0735.5720.74-
YUV140.43111.3979.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 181 (71.09% from 255) = 49.73%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=19.78%
G=49.73%
B=30.49%

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
Decimal721811110.6000.390.29141.4743.0849.61
Hex48B56F3C0271D8d2b32
Octal11026515774047352155362
Binary100100010110101110111111110001001111110110001101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,181,111); }

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

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

 a { background-color: rgb(72,181,111); }

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

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

 span { border-color: rgb(72,181,111); }

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