Html Css Color HEX #489A79 Ocean Green

📋 copy color: '#489A79'

red 72 ◦ green 154 ◦ blue 121

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

Shades of Ocean Green #489A79

Tints of Ocean Green #489A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.38%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 20.75%
G = 44.38%
B = 34.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#489A79 (or 0x489A79) is known color: Ocean Green. HEX triplet: 48, 9A and 79. RGB value is (72,154,121). Sum of RGB (Red+Green+Blue) = 72+154+121=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #489A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489A79 is #B76586. Grayscale: #7D7D7D. Windows color (decimal): -12019079 or 7969352. OLE color: 7969352.

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

Color convert

RGB 72 154 121 -
CMYK 0.53 0 0.21 0.40
HSL 155.85º 0.36% 0.44% -
HSV(B) 155.85º 0.53% 0.6% -
XYZ 17.68 25.87 22.15 -
YUV 125.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 72 154 121 0.53 0 0.21 0.40 155.85 0.36 0.44
Hex 48 9A 79 35 0 15 28 9C 24 2C
Octal 110 232 171 65 0 25 50 234 44 54
Binary 1001000 10011010 1111001 110101 0 10101 101000 10011100 100100 101100

Color Harmonies of #489A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489A79

Black with #489A79

Text Example


Text Example

White with #489A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,154,121); }

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

background-color css

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

 a { background-color: rgb(72,154,121); }

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

border-color css

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

 span { border-color: rgb(72,154,121); }

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