Html Css Color HEX #489770 Ocean Green

📋 copy color: '#489770'

red 72 ◦ green 151 ◦ blue 112

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

Shades of Ocean Green #489770

Tints of Ocean Green #489770

RGB

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

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

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

R = 21.49%
G = 45.07%
B = 33.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#489770 (or 0x489770) is known color: Ocean Green. HEX triplet: 48, 97 and 70. RGB value is (72,151,112). Sum of RGB (Red+Green+Blue) = 72+151+112=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #489770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489770 is #B7688F. Grayscale: #7B7B7B. Windows color (decimal): -12019856 or 7378760. OLE color: 7378760.

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

Color convert

RGB 72 151 112 -
CMYK 0.52 0 0.26 0.41
HSL 150.38º 0.35% 0.44% -
HSV(B) 150.38º 0.52% 0.59% -
XYZ 16.66 24.68 19.21 -
YUV 122.93 121.83 91.67 -
System Red Green Blue C M Y K H S L
Decimal 72 151 112 0.52 0 0.26 0.41 150.38 0.35 0.44
Hex 48 97 70 34 0 1A 29 96 23 2C
Octal 110 227 160 64 0 32 51 226 43 54
Binary 1001000 10010111 1110000 110100 0 11010 101001 10010110 100011 101100

Color Harmonies of #489770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489770

Black with #489770

Text Example


Text Example

White with #489770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489770; }

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

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

background-color css

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

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

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

border-color css

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

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

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