#48B475

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

Shades of Ocean Green #48B475

Tints of Ocean Green #48B475

Color information

#48B475 (or 0x48B475) is unknown color: approx Ocean Green. HEX triplet: 48, B4 and 75. RGB value is (72,180,117). Sum of RGB (Red+Green+Blue) = 72+180+117=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #48B475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B475 is #B74B8A. Grayscale: #8C8C8C. Windows color (decimal): -12012427 or 7713864. OLE color: 7713864.

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

Color convert

RGB72180117-
CMYK0.6000.350.29
HSL145º42.86%49.41%-
HSV(B)145º60%70.59%-
XYZ22.235.322.47-
YUV140.53114.7279.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.51%
GREEN value IS 180 (70.70% from 255) = 48.78%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=19.51%
G=48.78%
B=31.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721801170.6000.350.2914542.8649.41
Hex48B4753C0231D912b31
Octal11026416574043352215361
Binary100100010110100111010111110001000111110110010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,180,117); }

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

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

 a { background-color: rgb(72,180,117); }

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

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

 span { border-color: rgb(72,180,117); }

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