#48986F

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

Shades of Ocean Green #48986F

Tints of Ocean Green #48986F

Color information

#48986F (or 0x48986F) is unknown color: approx Ocean Green. HEX triplet: 48, 98 and 6F. RGB value is (72,152,111). Sum of RGB (Red+Green+Blue) = 72+152+111=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #48986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48986F is #B76790. Grayscale: #7B7B7B. Windows color (decimal): -12019601 or 7313480. OLE color: 7313480.

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

Color convert

RGB72152111-
CMYK0.5300.270.40
HSL149.25º35.71%43.92%-
HSV(B)149.25º52.63%59.61%-
XYZ16.7724.9818.98-
YUV123.4112191.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=21.49%
G=45.37%
B=33.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521110.5300.270.40149.2535.7143.92
Hex48986F3501B2895242c
Octal11023015765033502254454
Binary100100010011000110111111010101101110100010010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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