#48B179

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

Shades of Ocean Green #48B179

Tints of Ocean Green #48B179

Color information

#48B179 (or 0x48B179) is unknown color: approx Ocean Green. HEX triplet: 48, B1 and 79. RGB value is (72,177,121). Sum of RGB (Red+Green+Blue) = 72+177+121=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #48B179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B179 is #B74E86. Grayscale: #8B8B8B. Windows color (decimal): -12013191 or 7975240. OLE color: 7975240.

HSL color Cylindrical-coordinate representation of color #48B179: hue angle of 148º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B179 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB72177121-
CMYK0.5900.320.31
HSL148º42.17%48.82%-
HSV(B)148º59.32%69.41%-
XYZ21.8534.223.54-
YUV139.22117.7180.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 121 (47.66% from 255) = 32.70%
R=19.46%
G=47.84%
B=32.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771210.5900.320.3114842.1748.82
Hex48B1793B0201F942a31
Octal11026117173040372245261
Binary100100010110001111100111101101000001111110010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,177,121); }

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

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

 a { background-color: rgb(72,177,121); }

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

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

 span { border-color: rgb(72,177,121); }

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