#48996B

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

Shades of Ocean Green #48996B

Tints of Ocean Green #48996B

Color information

#48996B (or 0x48996B) is unknown color: approx Ocean Green. HEX triplet: 48, 99 and 6B. RGB value is (72,153,107). Sum of RGB (Red+Green+Blue) = 72+153+107=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #48996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48996B is #B76694. Grayscale: #7B7B7B. Windows color (decimal): -12019349 or 7051592. OLE color: 7051592.

HSL color Cylindrical-coordinate representation of color #48996B: hue angle of 145.93º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48996B is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB72153107-
CMYK0.5300.300.4
HSL145.93º36%44.12%-
HSV(B)145.93º52.94%60%-
XYZ16.7225.2217.9-
YUV123.54118.6691.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.69%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=21.69%
G=46.08%
B=32.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531070.5300.300.4145.933644.12
Hex48996B3501E2892242c
Octal11023115365036502224454
Binary100100010011001110101111010101111010100010010010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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