Html Css Color HEX #48A977 Ocean Green

📋 copy color: '#48A977'

red 72 ◦ green 169 ◦ blue 119

#48A977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #48A977

Tints of Ocean Green #48A977

RGB

 RED value IS 72 (28.52% from 255) = 20%

 GREEN value IS 169 (66.41% from 255) = 46.94%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 20%
G = 46.94%
B = 33.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#48A977 (or 0x48A977) is known color: Ocean Green. HEX triplet: 48, A9 and 77. RGB value is (72,169,119). Sum of RGB (Red+Green+Blue) = 72+169+119=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #48A977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A977 is #B75688. Grayscale: #868686. Windows color (decimal): -12015241 or 7842120. OLE color: 7842120.

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

Color convert

RGB 72 169 119 -
CMYK 0.57 0 0.30 0.34
HSL 149.07º 0.4% 0.47% -
HSV(B) 149.07º 0.57% 0.66% -
XYZ 20.19 31.09 22.39 -
YUV 134.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 72 169 119 0.57 0 0.30 0.34 149.07 0.4 0.47
Hex 48 A9 77 39 0 1E 22 95 28 2F
Octal 110 251 167 71 0 36 42 225 50 57
Binary 1001000 10101001 1110111 111001 0 11110 100010 10010101 101000 101111

Color Harmonies of #48A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A977

Black with #48A977

Text Example


Text Example

White with #48A977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,169,119); }

 H1.HeaderClassName
 {
   color: #48A977;
 }
 .AnyTagClassName
 {
   color: #48A977;
 }
</style>

background-color css

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

 a { background-color: rgb(72,169,119); }

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

border-color css

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

 span { border-color: rgb(72,169,119); }

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