#48936A

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

Shades of Ocean Green #48936A

Tints of Ocean Green #48936A

Color information

#48936A (or 0x48936A) is unknown color: approx Ocean Green. HEX triplet: 48, 93 and 6A. RGB value is (72,147,106). Sum of RGB (Red+Green+Blue) = 72+147+106=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #48936A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48936A is #B76C95. Grayscale: #777777. Windows color (decimal): -12020886 or 6984520. OLE color: 6984520.

HSL color Cylindrical-coordinate representation of color #48936A: hue angle of 147.2º degrees, saturation: 0.34, 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 #48936A is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB72147106-
CMYK0.5100.280.42
HSL147.2º34.25%42.94%-
HSV(B)147.2º51.02%57.65%-
XYZ15.7123.2917.3-
YUV119.9120.1593.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=22.15%
G=45.23%
B=32.62%

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
Decimal721471060.5100.280.42147.234.2542.94
Hex48936A3301C2A93222b
Octal11022315263034522234253
Binary100100010010011110101011001101110010101010010011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48936A; }

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

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

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

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

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

<style>
 span { border-color: #48936A; }

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

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