Html Css Color HEX #489873 Ocean Green

📋 copy color: '#489873'

red 72 ◦ green 152 ◦ blue 115

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

Shades of Ocean Green #489873

Tints of Ocean Green #489873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.84%

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

R = 21.24%
G = 44.84%
B = 33.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#489873 (or 0x489873) is known color: Ocean Green. HEX triplet: 48, 98 and 73. RGB value is (72,152,115). Sum of RGB (Red+Green+Blue) = 72+152+115=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #489873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489873 is #B7678C. Grayscale: #7B7B7B. Windows color (decimal): -12019597 or 7575624. OLE color: 7575624.

HSL color Cylindrical-coordinate representation of color #489873: hue angle of 152.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489873 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 115 -
CMYK 0.53 0 0.24 0.40
HSL 152.25º 0.36% 0.44% -
HSV(B) 152.25º 0.53% 0.6% -
XYZ 17 25.07 20.16 -
YUV 123.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 72 152 115 0.53 0 0.24 0.40 152.25 0.36 0.44
Hex 48 98 73 35 0 18 28 98 24 2C
Octal 110 230 163 65 0 30 50 230 44 54
Binary 1001000 10011000 1110011 110101 0 11000 101000 10011000 100100 101100

Color Harmonies of #489873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489873

Black with #489873

Text Example


Text Example

White with #489873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489873; }

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

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

background-color css

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

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

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

border-color css

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

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

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