Html Css Color HEX #489673 Ocean Green

📋 copy color: '#489673'

red 72 ◦ green 150 ◦ blue 115

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

Shades of Ocean Green #489673

Tints of Ocean Green #489673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

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

R = 21.36%
G = 44.51%
B = 34.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#489673 (or 0x489673) is known color: Ocean Green. HEX triplet: 48, 96 and 73. RGB value is (72,150,115). Sum of RGB (Red+Green+Blue) = 72+150+115=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #489673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489673 is #B7698C. Grayscale: #7A7A7A. Windows color (decimal): -12020109 or 7575112. OLE color: 7575112.

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

Color convert

RGB 72 150 115 -
CMYK 0.52 0 0.23 0.41
HSL 153.08º 0.35% 0.44% -
HSV(B) 153.08º 0.52% 0.59% -
XYZ 16.67 24.43 20.06 -
YUV 122.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 72 150 115 0.52 0 0.23 0.41 153.08 0.35 0.44
Hex 48 96 73 34 0 17 29 99 23 2C
Octal 110 226 163 64 0 27 51 231 43 54
Binary 1001000 10010110 1110011 110100 0 10111 101001 10011001 100011 101100

Color Harmonies of #489673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489673

Black with #489673

Text Example


Text Example

White with #489673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489673; }

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

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

background-color css

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

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

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

border-color css

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

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

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