#48A06A

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

Shades of Ocean Green #48A06A

Tints of Ocean Green #48A06A

Color information

#48A06A (or 0x48A06A) is unknown color: approx Ocean Green. HEX triplet: 48, A0 and 6A. RGB value is (72,160,106). Sum of RGB (Red+Green+Blue) = 72+160+106=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #48A06A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A06A is #B75F95. Grayscale: #7F7F7F. Windows color (decimal): -12017558 or 6987848. OLE color: 6987848.

HSL color Cylindrical-coordinate representation of color #48A06A: hue angle of 143.18º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A06A is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB72160106-
CMYK0.5500.340.37
HSL143.18º37.93%45.49%-
HSV(B)143.18º55%62.75%-
XYZ17.8427.5618.01-
YUV127.53115.8588.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 160 (62.89% from 255) = 47.34%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=21.30%
G=47.34%
B=31.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721601060.5500.340.37143.1837.9345.49
Hex48A06A37022258f262d
Octal11024015267042452174655
Binary1001000101000001101010110111010001010010110001111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,160,106); }

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

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

 a { background-color: rgb(72,160,106); }

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

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

 span { border-color: rgb(72,160,106); }

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