Html Css Color HEX #489877 Ocean Green

📋 copy color: '#489877'

red 72 ◦ green 152 ◦ blue 119

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

Shades of Ocean Green #489877

Tints of Ocean Green #489877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

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

R = 20.99%
G = 44.31%
B = 34.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#489877 (or 0x489877) is known color: Ocean Green. HEX triplet: 48, 98 and 77. RGB value is (72,152,119). Sum of RGB (Red+Green+Blue) = 72+152+119=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #489877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489877 is #B76788. Grayscale: #7C7C7C. Windows color (decimal): -12019593 or 7837768. OLE color: 7837768.

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

Color convert

RGB 72 152 119 -
CMYK 0.53 0 0.22 0.40
HSL 155.25º 0.36% 0.44% -
HSV(B) 155.25º 0.53% 0.6% -
XYZ 17.23 25.17 21.4 -
YUV 124.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 72 152 119 0.53 0 0.22 0.40 155.25 0.36 0.44
Hex 48 98 77 35 0 16 28 9B 24 2C
Octal 110 230 167 65 0 26 50 233 44 54
Binary 1001000 10011000 1110111 110101 0 10110 101000 10011011 100100 101100

Color Harmonies of #489877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489877

Black with #489877

Text Example


Text Example

White with #489877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489877; }

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

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

background-color css

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

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

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

border-color css

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

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

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