Html Css Color HEX #489671 Ocean Green

📋 copy color: '#489671'

red 72 ◦ green 150 ◦ blue 113

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

Shades of Ocean Green #489671

Tints of Ocean Green #489671

RGB

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

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

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

R = 21.49%
G = 44.78%
B = 33.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#489671 (or 0x489671) is known color: Ocean Green. HEX triplet: 48, 96 and 71. RGB value is (72,150,113). Sum of RGB (Red+Green+Blue) = 72+150+113=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #489671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489671 is #B7698E. Grayscale: #7A7A7A. Windows color (decimal): -12020111 or 7444040. OLE color: 7444040.

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

Color convert

RGB 72 150 113 -
CMYK 0.52 0 0.25 0.41
HSL 151.54º 0.35% 0.44% -
HSV(B) 151.54º 0.52% 0.59% -
XYZ 16.56 24.38 19.46 -
YUV 122.46 122.66 92.01 -
System Red Green Blue C M Y K H S L
Decimal 72 150 113 0.52 0 0.25 0.41 151.54 0.35 0.44
Hex 48 96 71 34 0 19 29 98 23 2C
Octal 110 226 161 64 0 31 51 230 43 54
Binary 1001000 10010110 1110001 110100 0 11001 101001 10011000 100011 101100

Color Harmonies of #489671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489671

Black with #489671

Text Example


Text Example

White with #489671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489671; }

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

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

background-color css

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

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

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

border-color css

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

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

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