#48A773

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

Shades of Ocean Green #48A773

Tints of Ocean Green #48A773

Color information

#48A773 (or 0x48A773) is unknown color: approx Ocean Green. HEX triplet: 48, A7 and 73. RGB value is (72,167,115). Sum of RGB (Red+Green+Blue) = 72+167+115=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #48A773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A773 is #B7588C. Grayscale: #848484. Windows color (decimal): -12015757 or 7579464. OLE color: 7579464.

HSL color Cylindrical-coordinate representation of color #48A773: hue angle of 147.16º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A773 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB72167115-
CMYK0.5700.310.35
HSL147.16º39.75%46.86%-
HSV(B)147.16º56.89%65.49%-
XYZ19.5930.2521.03-
YUV132.67118.0384.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.34%
GREEN value IS 167 (65.62% from 255) = 47.18%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=20.34%
G=47.18%
B=32.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721671150.5700.310.35147.1639.7546.86
Hex48A7733901F2393282f
Octal11024716371037432235057
Binary100100010100111111001111100101111110001110010011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,167,115); }

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

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

 a { background-color: rgb(72,167,115); }

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

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

 span { border-color: rgb(72,167,115); }

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