#48A76F

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

Shades of Ocean Green #48A76F

Tints of Ocean Green #48A76F

Color information

#48A76F (or 0x48A76F) is unknown color: approx Ocean Green. HEX triplet: 48, A7 and 6F. RGB value is (72,167,111). Sum of RGB (Red+Green+Blue) = 72+167+111=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #48A76F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A76F is #B75890. Grayscale: #848484. Windows color (decimal): -12015761 or 7317320. OLE color: 7317320.

HSL color Cylindrical-coordinate representation of color #48A76F: hue angle of 144.63º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A76F is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB72167111-
CMYK0.5700.340.35
HSL144.63º39.75%46.86%-
HSV(B)144.63º56.89%65.49%-
XYZ19.3630.1619.84-
YUV132.21116.0385.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 167 (65.62% from 255) = 47.71%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=20.57%
G=47.71%
B=31.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721671110.5700.340.35144.6339.7546.86
Hex48A76F390222391282f
Octal11024715771042432215057
Binary1001000101001111101111111001010001010001110010001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A76F; }

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

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

<style>
 a { background-color: #48A76F; }

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

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

<style>
 span { border-color: #48A76F; }

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

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