#48A468

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

Shades of Ocean Green #48A468

Tints of Ocean Green #48A468

Color information

#48A468 (or 0x48A468) is unknown color: approx Ocean Green. HEX triplet: 48, A4 and 68. RGB value is (72,164,104). Sum of RGB (Red+Green+Blue) = 72+164+104=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #48A468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A468 is #B75B97. Grayscale: #818181. Windows color (decimal): -12016536 or 6857800. OLE color: 6857800.

HSL color Cylindrical-coordinate representation of color #48A468: hue angle of 140.87º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A468 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB72164104-
CMYK0.5600.370.36
HSL140.87º38.98%46.27%-
HSV(B)140.87º56.1%64.31%-
XYZ18.4528.9317.71-
YUV129.65113.5286.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 164 (64.45% from 255) = 48.24%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=21.18%
G=48.24%
B=30.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721641040.5600.370.36140.8738.9846.27
Hex48A46838025248d272e
Octal11024415070045442154756
Binary1001000101001001101000111000010010110010010001101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,164,104); }

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

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

 a { background-color: rgb(72,164,104); }

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

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

 span { border-color: rgb(72,164,104); }

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