#48AF65

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

Shades of Ocean Green #48AF65

Tints of Ocean Green #48AF65

Color information

#48AF65 (or 0x48AF65) is unknown color: approx Ocean Green. HEX triplet: 48, AF and 65. RGB value is (72,175,101). Sum of RGB (Red+Green+Blue) = 72+175+101=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AF65 is #B7509A. Grayscale: #878787. Windows color (decimal): -12013723 or 6664008. OLE color: 6664008.

HSL color Cylindrical-coordinate representation of color #48AF65: hue angle of 136.89º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AF65 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB72175101-
CMYK0.5900.420.31
HSL136.89º41.7%48.43%-
HSV(B)136.89º58.86%68.63%-
XYZ20.3532.9817.6-
YUV135.77108.3882.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=20.69%
G=50.29%
B=29.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721751010.5900.420.31136.8941.748.43
Hex48AF653B02A1F892a30
Octal11025714573052372115260
Binary100100010101111110010111101101010101111110001001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,101); }

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

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

 a { background-color: rgb(72,175,101); }

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

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

 span { border-color: rgb(72,175,101); }

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