#48996C

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

Shades of Ocean Green #48996C

Tints of Ocean Green #48996C

Color information

#48996C (or 0x48996C) is unknown color: approx Ocean Green. HEX triplet: 48, 99 and 6C. RGB value is (72,153,108). Sum of RGB (Red+Green+Blue) = 72+153+108=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #48996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48996C is #B76693. Grayscale: #7B7B7B. Windows color (decimal): -12019348 or 7117128. OLE color: 7117128.

HSL color Cylindrical-coordinate representation of color #48996C: hue angle of 146.67º 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 #48996C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB72153108-
CMYK0.5300.290.4
HSL146.67º36%44.12%-
HSV(B)146.67º52.94%60%-
XYZ16.7725.2418.18-
YUV123.65119.1691.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=21.62%
G=45.95%
B=32.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531080.5300.290.4146.673644.12
Hex48996C3501D2893242c
Octal11023115465035502234454
Binary100100010011001110110011010101110110100010010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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