#48A57D

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

Shades of Ocean Green #48A57D

Tints of Ocean Green #48A57D

Color information

#48A57D (or 0x48A57D) is unknown color: approx Ocean Green. HEX triplet: 48, A5 and 7D. RGB value is (72,165,125). Sum of RGB (Red+Green+Blue) = 72+165+125=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #48A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A57D is #B75A82. Grayscale: #848484. Windows color (decimal): -12016259 or 8234312. OLE color: 8234312.

HSL color Cylindrical-coordinate representation of color #48A57D: hue angle of 154.19º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A57D is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB72165125-
CMYK0.5600.240.35
HSL154.19º39.24%46.47%-
HSV(B)154.19º56.36%64.71%-
XYZ19.8329.7724.1-
YUV132.63123.6984.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 165 (64.84% from 255) = 45.58%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=19.89%
G=45.58%
B=34.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721651250.5600.240.35154.1939.2446.47
Hex48A57D38018239a272e
Octal11024517570030432324756
Binary100100010100101111110111100001100010001110011010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,125); }

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

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

 a { background-color: rgb(72,165,125); }

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

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

 span { border-color: rgb(72,165,125); }

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