#489969

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

Shades of Ocean Green #489969

Tints of Ocean Green #489969

Color information

#489969 (or 0x489969) is unknown color: approx Ocean Green. HEX triplet: 48, 99 and 69. RGB value is (72,153,105). Sum of RGB (Red+Green+Blue) = 72+153+105=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #489969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489969 is #B76696. Grayscale: #7B7B7B. Windows color (decimal): -12019351 or 6920520. OLE color: 6920520.

HSL color Cylindrical-coordinate representation of color #489969: hue angle of 144.44º 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 #489969 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB72153105-
CMYK0.5300.310.4
HSL144.44º36%44.12%-
HSV(B)144.44º52.94%60%-
XYZ16.6125.1817.35-
YUV123.31117.6691.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=21.82%
G=46.36%
B=31.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531050.5300.310.4144.443644.12
Hex4899693501F2890242c
Octal11023115165037502204454
Binary100100010011001110100111010101111110100010010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489969; }

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

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

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

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

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

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

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

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