Html Css Color HEX #489771 Ocean Green

📋 copy color: '#489771'

red 72 ◦ green 151 ◦ blue 113

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

Shades of Ocean Green #489771

Tints of Ocean Green #489771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.94%

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 21.43%
G = 44.94%
B = 33.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#489771 (or 0x489771) is known color: Ocean Green. HEX triplet: 48, 97 and 71. RGB value is (72,151,113). Sum of RGB (Red+Green+Blue) = 72+151+113=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #489771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489771 is #B7688E. Grayscale: #7B7B7B. Windows color (decimal): -12019855 or 7444296. OLE color: 7444296.

HSL color Cylindrical-coordinate representation of color #489771: hue angle of 151.14º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489771 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 113 -
CMYK 0.52 0 0.25 0.41
HSL 151.14º 0.35% 0.44% -
HSV(B) 151.14º 0.52% 0.59% -
XYZ 16.72 24.7 19.51 -
YUV 123.05 122.33 91.59 -
System Red Green Blue C M Y K H S L
Decimal 72 151 113 0.52 0 0.25 0.41 151.14 0.35 0.44
Hex 48 97 71 34 0 19 29 97 23 2C
Octal 110 227 161 64 0 31 51 227 43 54
Binary 1001000 10010111 1110001 110100 0 11001 101001 10010111 100011 101100

Color Harmonies of #489771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489771

Black with #489771

Text Example


Text Example

White with #489771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489771; }

 p { color: rgb(72,151,113); }

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

background-color css

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

 a { background-color: rgb(72,151,113); }

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

border-color css

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

 span { border-color: rgb(72,151,113); }

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