#48996E

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

Shades of Ocean Green #48996E

Tints of Ocean Green #48996E

Color information

#48996E (or 0x48996E) is unknown color: approx Ocean Green. HEX triplet: 48, 99 and 6E. RGB value is (72,153,110). Sum of RGB (Red+Green+Blue) = 72+153+110=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #48996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48996E is #B76691. Grayscale: #7B7B7B. Windows color (decimal): -12019346 or 7248200. OLE color: 7248200.

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

Color convert

RGB72153110-
CMYK0.5300.280.4
HSL148.15º36%44.12%-
HSV(B)148.15º52.94%60%-
XYZ16.8825.2918.74-
YUV123.88120.1691-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=21.49%
G=45.67%
B=32.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531100.5300.280.4148.153644.12
Hex48996E3501C2894242c
Octal11023115665034502244454
Binary100100010011001110111011010101110010100010010100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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