#489974

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

Shades of Ocean Green #489974

Tints of Ocean Green #489974

Color information

#489974 (or 0x489974) is unknown color: approx Ocean Green. HEX triplet: 48, 99 and 74. RGB value is (72,153,116). Sum of RGB (Red+Green+Blue) = 72+153+116=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #489974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489974 is #B7668B. Grayscale: #7C7C7C. Windows color (decimal): -12019340 or 7641416. OLE color: 7641416.

HSL color Cylindrical-coordinate representation of color #489974: hue angle of 152.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489974 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB72153116-
CMYK0.5300.240.4
HSL152.59º36%44.12%-
HSV(B)152.59º52.94%60%-
XYZ17.2225.4220.52-
YUV124.56123.1690.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.11%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 116 (45.70% from 255) = 34.02%
R=21.11%
G=44.87%
B=34.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531160.5300.240.4152.593644.12
Hex489974350182899242c
Octal11023116465030502314454
Binary100100010011001111010011010101100010100010011001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489974; }

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

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

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

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

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

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

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

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