Html Css Color HEX #489773 Ocean Green

📋 copy color: '#489773'

red 72 ◦ green 151 ◦ blue 115

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

Shades of Ocean Green #489773

Tints of Ocean Green #489773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 21.3%
G = 44.67%
B = 34.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#489773 (or 0x489773) is known color: Ocean Green. HEX triplet: 48, 97 and 73. RGB value is (72,151,115). Sum of RGB (Red+Green+Blue) = 72+151+115=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #489773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489773 is #B7688C. Grayscale: #7B7B7B. Windows color (decimal): -12019853 or 7575368. OLE color: 7575368.

HSL color Cylindrical-coordinate representation of color #489773: hue angle of 152.66º 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 #489773 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 115 -
CMYK 0.52 0 0.24 0.41
HSL 152.66º 0.35% 0.44% -
HSV(B) 152.66º 0.52% 0.59% -
XYZ 16.83 24.75 20.11 -
YUV 123.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 72 151 115 0.52 0 0.24 0.41 152.66 0.35 0.44
Hex 48 97 73 34 0 18 29 99 23 2C
Octal 110 227 163 64 0 30 51 231 43 54
Binary 1001000 10010111 1110011 110100 0 11000 101001 10011001 100011 101100

Color Harmonies of #489773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489773

Black with #489773

Text Example


Text Example

White with #489773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489773; }

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

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

background-color css

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

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

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

border-color css

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

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

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