#48986A

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

Shades of Ocean Green #48986A

Tints of Ocean Green #48986A

Color information

#48986A (or 0x48986A) is unknown color: approx Ocean Green. HEX triplet: 48, 98 and 6A. RGB value is (72,152,106). Sum of RGB (Red+Green+Blue) = 72+152+106=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #48986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48986A is #B76795. Grayscale: #7A7A7A. Windows color (decimal): -12019606 or 6985800. OLE color: 6985800.

HSL color Cylindrical-coordinate representation of color #48986A: hue angle of 145.5º 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 #48986A is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB72152106-
CMYK0.5300.300.40
HSL145.5º35.71%43.92%-
HSV(B)145.5º52.63%59.61%-
XYZ16.524.8717.57-
YUV122.84118.591.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=21.82%
G=46.06%
B=32.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521060.5300.300.40145.535.7143.92
Hex48986A3501E2892242c
Octal11023015265036502224454
Binary100100010011000110101011010101111010100010010010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48986A; }

 p { color: rgb(72,152,106); }

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

<style>
 a { background-color: #48986A; }

 a { background-color: rgb(72,152,106); }

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

<style>
 span { border-color: #48986A; }

 span { border-color: rgb(72,152,106); }

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