#48956C

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

Shades of Ocean Green #48956C

Tints of Ocean Green #48956C

Color information

#48956C (or 0x48956C) is unknown color: approx Ocean Green. HEX triplet: 48, 95 and 6C. RGB value is (72,149,108). Sum of RGB (Red+Green+Blue) = 72+149+108=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #48956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48956C is #B76A93. Grayscale: #797979. Windows color (decimal): -12020372 or 7116104. OLE color: 7116104.

HSL color Cylindrical-coordinate representation of color #48956C: hue angle of 148.05º 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 #48956C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB72149108-
CMYK0.5200.280.42
HSL148.05º34.84%43.33%-
HSV(B)148.05º51.68%58.43%-
XYZ16.1323.9617.96-
YUV121.3120.4992.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=21.88%
G=45.29%
B=32.83%

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
Decimal721491080.5200.280.42148.0534.8443.33
Hex48956C3401C2A94232b
Octal11022515464034522244353
Binary100100010010101110110011010001110010101010010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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