Html Css Color HEX #489570 Ocean Green

📋 copy color: '#489570'

red 72 ◦ green 149 ◦ blue 112

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

Shades of Ocean Green #489570

Tints of Ocean Green #489570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.74%

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

R = 21.62%
G = 44.74%
B = 33.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#489570 (or 0x489570) is known color: Ocean Green. HEX triplet: 48, 95 and 70. RGB value is (72,149,112). Sum of RGB (Red+Green+Blue) = 72+149+112=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #489570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489570 is #B76A8F. Grayscale: #797979. Windows color (decimal): -12020368 or 7378248. OLE color: 7378248.

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

Color convert

RGB 72 149 112 -
CMYK 0.52 0 0.25 0.42
HSL 151.17º 0.35% 0.43% -
HSV(B) 151.17º 0.52% 0.58% -
XYZ 16.34 24.04 19.11 -
YUV 121.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 72 149 112 0.52 0 0.25 0.42 151.17 0.35 0.43
Hex 48 95 70 34 0 19 2A 97 23 2B
Octal 110 225 160 64 0 31 52 227 43 53
Binary 1001000 10010101 1110000 110100 0 11001 101010 10010111 100011 101011

Color Harmonies of #489570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489570

Black with #489570

Text Example


Text Example

White with #489570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489570; }

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

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

background-color css

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

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

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

border-color css

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

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

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