Html Css Color HEX #489D77 Ocean Green

📋 copy color: '#489D77'

red 72 ◦ green 157 ◦ blue 119

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

Shades of Ocean Green #489D77

Tints of Ocean Green #489D77

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.11%

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

R = 20.69%
G = 45.11%
B = 34.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#489D77 (or 0x489D77) is known color: Ocean Green. HEX triplet: 48, 9D and 77. RGB value is (72,157,119). Sum of RGB (Red+Green+Blue) = 72+157+119=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #489D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D77 is #B76288. Grayscale: #7F7F7F. Windows color (decimal): -12018313 or 7839048. OLE color: 7839048.

HSL color Cylindrical-coordinate representation of color #489D77: hue angle of 153.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D77 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 157 119 -
CMYK 0.54 0 0.24 0.38
HSL 153.18º 0.37% 0.45% -
HSV(B) 153.18º 0.54% 0.62% -
XYZ 18.06 26.82 21.68 -
YUV 127.25 123.34 88.59 -
System Red Green Blue C M Y K H S L
Decimal 72 157 119 0.54 0 0.24 0.38 153.18 0.37 0.45
Hex 48 9D 77 36 0 18 26 99 25 2D
Octal 110 235 167 66 0 30 46 231 45 55
Binary 1001000 10011101 1110111 110110 0 11000 100110 10011001 100101 101101

Color Harmonies of #489D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489D77

Black with #489D77

Text Example


Text Example

White with #489D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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