Html Css Color HEX #489977 Ocean Green

📋 copy color: '#489977'

red 72 ◦ green 153 ◦ blue 119

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

Shades of Ocean Green #489977

Tints of Ocean Green #489977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

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

R = 20.93%
G = 44.48%
B = 34.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#489977 (or 0x489977) is known color: Ocean Green. HEX triplet: 48, 99 and 77. RGB value is (72,153,119). Sum of RGB (Red+Green+Blue) = 72+153+119=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #489977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489977 is #B76688. Grayscale: #7C7C7C. Windows color (decimal): -12019337 or 7838024. OLE color: 7838024.

HSL color Cylindrical-coordinate representation of color #489977: hue angle of 154.81º 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 #489977 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 119 -
CMYK 0.53 0 0.22 0.4
HSL 154.81º 0.36% 0.44% -
HSV(B) 154.81º 0.53% 0.6% -
XYZ 17.39 25.49 21.46 -
YUV 124.91 124.66 90.26 -
System Red Green Blue C M Y K H S L
Decimal 72 153 119 0.53 0 0.22 0.4 154.81 0.36 0.44
Hex 48 99 77 35 0 16 28 9B 24 2C
Octal 110 231 167 65 0 26 50 233 44 54
Binary 1001000 10011001 1110111 110101 0 10110 101000 10011011 100100 101100

Color Harmonies of #489977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489977

Black with #489977

Text Example


Text Example

White with #489977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489977; }

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

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

background-color css

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

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

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

border-color css

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

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

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