Html Css Color HEX #489872 Ocean Green

📋 copy color: '#489872'

red 72 ◦ green 152 ◦ blue 114

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

Shades of Ocean Green #489872

Tints of Ocean Green #489872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 21.3%
G = 44.97%
B = 33.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#489872 (or 0x489872) is known color: Ocean Green. HEX triplet: 48, 98 and 72. RGB value is (72,152,114). Sum of RGB (Red+Green+Blue) = 72+152+114=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #489872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489872 is #B7678D. Grayscale: #7B7B7B. Windows color (decimal): -12019598 or 7510088. OLE color: 7510088.

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

Color convert

RGB 72 152 114 -
CMYK 0.53 0 0.25 0.40
HSL 151.5º 0.36% 0.44% -
HSV(B) 151.5º 0.53% 0.6% -
XYZ 16.94 25.05 19.86 -
YUV 123.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 72 152 114 0.53 0 0.25 0.40 151.5 0.36 0.44
Hex 48 98 72 35 0 19 28 98 24 2C
Octal 110 230 162 65 0 31 50 230 44 54
Binary 1001000 10011000 1110010 110101 0 11001 101000 10011000 100100 101100

Color Harmonies of #489872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489872

Black with #489872

Text Example


Text Example

White with #489872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489872; }

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

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

background-color css

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

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

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

border-color css

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

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

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