#489C6C

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

Shades of Ocean Green #489C6C

Tints of Ocean Green #489C6C

Color information

#489C6C (or 0x489C6C) is unknown color: approx Ocean Green. HEX triplet: 48, 9C and 6C. RGB value is (72,156,108). Sum of RGB (Red+Green+Blue) = 72+156+108=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #489C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489C6C is #B76393. Grayscale: #7D7D7D. Windows color (decimal): -12018580 or 7117896. OLE color: 7117896.

HSL color Cylindrical-coordinate representation of color #489C6C: hue angle of 145.71º 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 #489C6C is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB72156108-
CMYK0.5400.310.39
HSL145.71º36.84%44.71%-
HSV(B)145.71º53.85%61.18%-
XYZ17.2726.2418.34-
YUV125.41118.1789.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 156 (61.33% from 255) = 46.43%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=21.43%
G=46.43%
B=32.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721561080.5400.310.39145.7136.8444.71
Hex489C6C3601F2792252d
Octal11023415466037472224555
Binary100100010011100110110011011001111110011110010010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,156,108); }

 H1.HeaderClassName
 {
   color: #489C6C;
 }
 .AnyTagClassName
 {
   color: #489C6C;
 }
</style>
background-color css

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

 a { background-color: rgb(72,156,108); }

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

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

 span { border-color: rgb(72,156,108); }

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