Html Css Color HEX #489572 Ocean Green

📋 copy color: '#489572'

red 72 ◦ green 149 ◦ blue 114

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

Shades of Ocean Green #489572

Tints of Ocean Green #489572

RGB

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

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

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

R = 21.49%
G = 44.48%
B = 34.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#489572 (or 0x489572) is known color: Ocean Green. HEX triplet: 48, 95 and 72. RGB value is (72,149,114). Sum of RGB (Red+Green+Blue) = 72+149+114=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #489572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489572 is #B76A8D. Grayscale: #7A7A7A. Windows color (decimal): -12020366 or 7509320. OLE color: 7509320.

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

Color convert

RGB 72 149 114 -
CMYK 0.52 0 0.23 0.42
HSL 152.73º 0.35% 0.43% -
HSV(B) 152.73º 0.52% 0.58% -
XYZ 16.46 24.09 19.7 -
YUV 121.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 72 149 114 0.52 0 0.23 0.42 152.73 0.35 0.43
Hex 48 95 72 34 0 17 2A 99 23 2B
Octal 110 225 162 64 0 27 52 231 43 53
Binary 1001000 10010101 1110010 110100 0 10111 101010 10011001 100011 101011

Color Harmonies of #489572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489572

Black with #489572

Text Example


Text Example

White with #489572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489572; }

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

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

background-color css

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

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

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

border-color css

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

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

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