#48B568

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

Shades of Ocean Green #48B568

Tints of Ocean Green #48B568

Color information

#48B568 (or 0x48B568) is unknown color: approx Ocean Green. HEX triplet: 48, B5 and 68. RGB value is (72,181,104). Sum of RGB (Red+Green+Blue) = 72+181+104=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #48B568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B568 is #B74A97. Grayscale: #8B8B8B. Windows color (decimal): -12012184 or 6862152. OLE color: 6862152.

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

Color convert

RGB72181104-
CMYK0.6000.430.29
HSL137.61º43.08%49.61%-
HSV(B)137.61º60.22%70.98%-
XYZ21.735.4218.79-
YUV139.63107.8979.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 181 (71.09% from 255) = 50.70%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=20.17%
G=50.70%
B=29.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721811040.6000.430.29137.6143.0849.61
Hex48B5683C02B1D8a2b32
Octal11026515074053352125362
Binary100100010110101110100011110001010111110110001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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