#489B6D

Color #489B6D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #489B6D

Tints of Ocean Green #489B6D

Color information

#489B6D (or 0x489B6D) is unknown color: approx 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

RGB72155109-
CMYK0.5400.300.39
HSL146.75º36.56%44.51%-
HSV(B)146.75º53.55%60.78%-
XYZ17.1525.9218.57-
YUV124.9411990.24-

RGB Variations

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

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 (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721551090.5400.300.39146.7536.5644.51
Hex489B6D3601E2793252d
Octal11023315566036472234555
Binary100100010011011110110111011001111010011110010011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>