#48956B

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

Shades of Ocean Green #48956B

Tints of Ocean Green #48956B

Color information

#48956B (or 0x48956B) is unknown color: approx Ocean Green. HEX triplet: 48, 95 and 6B. RGB value is (72,149,107). Sum of RGB (Red+Green+Blue) = 72+149+107=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #48956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48956B is #B76A94. Grayscale: #797979. Windows color (decimal): -12020373 or 7050568. OLE color: 7050568.

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

Color convert

RGB72149107-
CMYK0.5200.280.42
HSL147.27º34.84%43.33%-
HSV(B)147.27º51.68%58.43%-
XYZ16.0723.9317.68-
YUV121.19119.9992.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=21.95%
G=45.43%
B=32.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721491070.5200.280.42147.2734.8443.33
Hex48956B3401C2A93232b
Octal11022515364034522234353
Binary100100010010101110101111010001110010101010010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48956B; }

 p { color: rgb(72,149,107); }

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

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

 a { background-color: rgb(72,149,107); }

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

<style>
 span { border-color: #48956B; }

 span { border-color: rgb(72,149,107); }

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