Html Css Color HEX #489871 Ocean Green

📋 copy color: '#489871'

red 72 ◦ green 152 ◦ blue 113

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

Shades of Ocean Green #489871

Tints of Ocean Green #489871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 21.36%
G = 45.1%
B = 33.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#489871 (or 0x489871) is known color: Ocean Green. HEX triplet: 48, 98 and 71. RGB value is (72,152,113). Sum of RGB (Red+Green+Blue) = 72+152+113=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #489871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489871 is #B7678E. Grayscale: #7B7B7B. Windows color (decimal): -12019599 or 7444552. OLE color: 7444552.

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

Color convert

RGB 72 152 113 -
CMYK 0.53 0 0.26 0.40
HSL 150.75º 0.36% 0.44% -
HSV(B) 150.75º 0.53% 0.6% -
XYZ 16.88 25.03 19.56 -
YUV 123.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 72 152 113 0.53 0 0.26 0.40 150.75 0.36 0.44
Hex 48 98 71 35 0 1A 28 97 24 2C
Octal 110 230 161 65 0 32 50 227 44 54
Binary 1001000 10011000 1110001 110101 0 11010 101000 10010111 100100 101100

Color Harmonies of #489871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489871

Black with #489871

Text Example


Text Example

White with #489871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489871; }

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

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

background-color css

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

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

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

border-color css

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

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

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