Html Css Color HEX #489D6D Ocean Green

📋 copy color: '#489D6D'

red 72 ◦ green 157 ◦ blue 109

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

Shades of Ocean Green #489D6D

Tints of Ocean Green #489D6D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.45%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 21.3%
G = 46.45%
B = 32.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#489D6D (or 0x489D6D) is known color: Ocean Green. HEX triplet: 48, 9D and 6D. RGB value is (72,157,109). Sum of RGB (Red+Green+Blue) = 72+157+109=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #489D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D6D is #B76292. Grayscale: #7E7E7E. Windows color (decimal): -12018323 or 7183688. OLE color: 7183688.

HSL color Cylindrical-coordinate representation of color #489D6D: hue angle of 146.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D6D is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 157 109 -
CMYK 0.54 0 0.31 0.38
HSL 146.12º 0.37% 0.45% -
HSV(B) 146.12º 0.54% 0.62% -
XYZ 17.49 26.6 18.68 -
YUV 126.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 72 157 109 0.54 0 0.31 0.38 146.12 0.37 0.45
Hex 48 9D 6D 36 0 1F 26 92 25 2D
Octal 110 235 155 66 0 37 46 222 45 55
Binary 1001000 10011101 1101101 110110 0 11111 100110 10010010 100101 101101

Color Harmonies of #489D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489D6D

Black with #489D6D

Text Example


Text Example

White with #489D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489D6D; }

 p { color: rgb(72,157,109); }

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

background-color css

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

 a { background-color: rgb(72,157,109); }

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

border-color css

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

 span { border-color: rgb(72,157,109); }

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