#48946a

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

Shades of Ocean Green #48946A

Tints of Ocean Green #48946A

Color information

#48946A (or 0x48946A) is unknown color: approx Ocean Green. HEX triplet: 48, 94 and 6A. RGB value is (72,148,106). Sum of RGB (Red+Green+Blue) = 72+148+106=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #48946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48946A is #B76B95. Grayscale: #787878. Windows color (decimal): -12020630 or 6984776. OLE color: 6984776.

HSL color Cylindrical-coordinate representation of color #48946A: hue angle of 146.84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48946A is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB72148106-
CMYK0.5100.280.42
HSL146.84º34.55%43.14%-
HSV(B)146.84º51.35%58.04%-
XYZ15.8623.617.35-
YUV120.49119.8293.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=22.09%
G=45.40%
B=32.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721481060.5100.280.42146.8434.5543.14
Hex48946A3301C2A93232b
Octal11022415263034522234353
Binary100100010010100110101011001101110010101010010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48946a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48946a; }

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

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

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

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

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

<style>
 span { border-color: #48946a; }

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

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