Html Css Color HEX #489B6D Ocean Green

📋 copy color: '#489B6D'

red 72 ◦ green 155 ◦ blue 109

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

Shades of Ocean Green #489B6D

Tints of Ocean Green #489B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

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

R = 21.43%
G = 46.13%
B = 32.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#489B6D (or 0x489B6D) is known color: Ocean Green. HEX triplet: 48, 9B and 6D. RGB value is (72,155,109). Sum of RGB (Red+Green+Blue) = 72+155+109=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #489B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B6D is #B76492. Grayscale: #7D7D7D. Windows color (decimal): -12018835 or 7183176. OLE color: 7183176.

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

Color convert

RGB 72 155 109 -
CMYK 0.54 0 0.30 0.39
HSL 146.75º 0.37% 0.45% -
HSV(B) 146.75º 0.54% 0.61% -
XYZ 17.15 25.92 18.57 -
YUV 124.94 119 90.24 -
System Red Green Blue C M Y K H S L
Decimal 72 155 109 0.54 0 0.30 0.39 146.75 0.37 0.45
Hex 48 9B 6D 36 0 1E 27 93 25 2D
Octal 110 233 155 66 0 36 47 223 45 55
Binary 1001000 10011011 1101101 110110 0 11110 100111 10010011 100101 101101

Color Harmonies of #489B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489B6D

Black with #489B6D

Text Example


Text Example

White with #489B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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