Html Css Color HEX #489B70 Ocean Green

📋 copy color: '#489B70'

red 72 ◦ green 155 ◦ blue 112

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

Shades of Ocean Green #489B70

Tints of Ocean Green #489B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.72%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 21.24%
G = 45.72%
B = 33.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#489B70 (or 0x489B70) is known color: Ocean Green. HEX triplet: 48, 9B and 70. RGB value is (72,155,112). Sum of RGB (Red+Green+Blue) = 72+155+112=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #489B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B70 is #B7648F. Grayscale: #7D7D7D. Windows color (decimal): -12018832 or 7379784. OLE color: 7379784.

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

Color convert

RGB 72 155 112 -
CMYK 0.54 0 0.28 0.39
HSL 148.92º 0.37% 0.45% -
HSV(B) 148.92º 0.54% 0.61% -
XYZ 17.32 25.99 19.43 -
YUV 125.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 72 155 112 0.54 0 0.28 0.39 148.92 0.37 0.45
Hex 48 9B 70 36 0 1C 27 95 25 2D
Octal 110 233 160 66 0 34 47 225 45 55
Binary 1001000 10011011 1110000 110110 0 11100 100111 10010101 100101 101101

Color Harmonies of #489B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489B70

Black with #489B70

Text Example


Text Example

White with #489B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,155,112); }

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

background-color css

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

 a { background-color: rgb(72,155,112); }

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

border-color css

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

 span { border-color: rgb(72,155,112); }

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