Html Css Color HEX #489975 Ocean Green

📋 copy color: '#489975'

red 72 ◦ green 153 ◦ blue 117

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

Shades of Ocean Green #489975

Tints of Ocean Green #489975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.74%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 21.05%
G = 44.74%
B = 34.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#489975 (or 0x489975) is known color: Ocean Green. HEX triplet: 48, 99 and 75. RGB value is (72,153,117). Sum of RGB (Red+Green+Blue) = 72+153+117=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #489975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489975 is #B7668A. Grayscale: #7C7C7C. Windows color (decimal): -12019339 or 7706952. OLE color: 7706952.

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

Color convert

RGB 72 153 117 -
CMYK 0.53 0 0.24 0.4
HSL 153.33º 0.36% 0.44% -
HSV(B) 153.33º 0.53% 0.6% -
XYZ 17.27 25.44 20.83 -
YUV 124.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 72 153 117 0.53 0 0.24 0.4 153.33 0.36 0.44
Hex 48 99 75 35 0 18 28 99 24 2C
Octal 110 231 165 65 0 30 50 231 44 54
Binary 1001000 10011001 1110101 110101 0 11000 101000 10011001 100100 101100

Color Harmonies of #489975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489975

Black with #489975

Text Example


Text Example

White with #489975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489975; }

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

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

background-color css

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

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

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

border-color css

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

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

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