#489774

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

Shades of Ocean Green #489774

Tints of Ocean Green #489774

Color information

#489774 (or 0x489774) is unknown color: approx Ocean Green. HEX triplet: 48, 97 and 74. RGB value is (72,151,116). Sum of RGB (Red+Green+Blue) = 72+151+116=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #489774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489774 is #B7688B. Grayscale: #7B7B7B. Windows color (decimal): -12019852 or 7640904. OLE color: 7640904.

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

Color convert

RGB72151116-
CMYK0.5200.230.41
HSL153.42º35.43%43.73%-
HSV(B)153.42º52.32%59.22%-
XYZ16.8924.7720.41-
YUV123.39123.8391.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.24%
GREEN value IS 151 (59.38% from 255) = 44.54%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=21.24%
G=44.54%
B=34.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721511160.5200.230.41153.4235.4343.73
Hex489774340172999232c
Octal11022716464027512314354
Binary100100010010111111010011010001011110100110011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489774; }

 p { color: rgb(72,151,116); }

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

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

 a { background-color: rgb(72,151,116); }

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

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

 span { border-color: rgb(72,151,116); }

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