Html Css Color HEX #489777 Ocean Green

📋 copy color: '#489777'

red 72 ◦ green 151 ◦ blue 119

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

Shades of Ocean Green #489777

Tints of Ocean Green #489777

RGB

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

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

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

R = 21.05%
G = 44.15%
B = 34.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#489777 (or 0x489777) is known color: Ocean Green. HEX triplet: 48, 97 and 77. RGB value is (72,151,119). Sum of RGB (Red+Green+Blue) = 72+151+119=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #489777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489777 is #B76888. Grayscale: #7B7B7B. Windows color (decimal): -12019849 or 7837512. OLE color: 7837512.

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

Color convert

RGB 72 151 119 -
CMYK 0.52 0 0.21 0.41
HSL 155.7º 0.35% 0.44% -
HSV(B) 155.7º 0.52% 0.59% -
XYZ 17.07 24.84 21.35 -
YUV 123.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 72 151 119 0.52 0 0.21 0.41 155.7 0.35 0.44
Hex 48 97 77 34 0 15 29 9C 23 2C
Octal 110 227 167 64 0 25 51 234 43 54
Binary 1001000 10010111 1110111 110100 0 10101 101001 10011100 100011 101100

Color Harmonies of #489777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489777

Black with #489777

Text Example


Text Example

White with #489777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489777; }

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

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

background-color css

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

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

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

border-color css

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

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

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