Html Css Color HEX #489875 Ocean Green

📋 copy color: '#489875'

red 72 ◦ green 152 ◦ blue 117

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

Shades of Ocean Green #489875

Tints of Ocean Green #489875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.57%

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

R = 21.11%
G = 44.57%
B = 34.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#489875 (or 0x489875) is known color: Ocean Green. HEX triplet: 48, 98 and 75. RGB value is (72,152,117). Sum of RGB (Red+Green+Blue) = 72+152+117=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #489875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489875 is #B7678A. Grayscale: #7C7C7C. Windows color (decimal): -12019595 or 7706696. OLE color: 7706696.

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

Color convert

RGB 72 152 117 -
CMYK 0.53 0 0.23 0.40
HSL 153.75º 0.36% 0.44% -
HSV(B) 153.75º 0.53% 0.6% -
XYZ 17.11 25.12 20.78 -
YUV 124.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 72 152 117 0.53 0 0.23 0.40 153.75 0.36 0.44
Hex 48 98 75 35 0 17 28 9A 24 2C
Octal 110 230 165 65 0 27 50 232 44 54
Binary 1001000 10011000 1110101 110101 0 10111 101000 10011010 100100 101100

Color Harmonies of #489875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489875

Black with #489875

Text Example


Text Example

White with #489875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489875; }

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

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

background-color css

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

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

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

border-color css

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

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

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