Html Css Color HEX #489669 Ocean Green

📋 copy color: '#489669'

red 72 ◦ green 150 ◦ blue 105

#489669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #489669

Tints of Ocean Green #489669

RGB

 RED value IS 72 (28.52% from 255) = 22.02%

 GREEN value IS 150 (58.98% from 255) = 45.87%

 BLUE value IS 105 (41.41% from 255) = 32.11%

R = 22.02%
G = 45.87%
B = 32.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#489669 (or 0x489669) is known color: Ocean Green. HEX triplet: 48, 96 and 69. RGB value is (72,150,105). Sum of RGB (Red+Green+Blue) = 72+150+105=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #489669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489669 is #B76996. Grayscale: #797979. Windows color (decimal): -12020119 or 6919752. OLE color: 6919752.

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

Color convert

RGB 72 150 105 -
CMYK 0.52 0 0.30 0.41
HSL 145.38º 0.35% 0.44% -
HSV(B) 145.38º 0.52% 0.59% -
XYZ 16.13 24.21 17.19 -
YUV 121.55 118.66 92.66 -
System Red Green Blue C M Y K H S L
Decimal 72 150 105 0.52 0 0.30 0.41 145.38 0.35 0.44
Hex 48 96 69 34 0 1E 29 91 23 2C
Octal 110 226 151 64 0 36 51 221 43 54
Binary 1001000 10010110 1101001 110100 0 11110 101001 10010001 100011 101100

Color Harmonies of #489669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489669

Black with #489669

Text Example


Text Example

White with #489669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489669; }

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

 H1.HeaderClassName
 {
   color: #489669;
 }
 .AnyTagClassName
 {
   color: #489669;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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