Html Css Color HEX #589470 Ocean Green

📋 copy color: '#589470'

red 88 ◦ green 148 ◦ blue 112

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

Shades of Ocean Green #589470

Tints of Ocean Green #589470

RGB

 RED value IS 88 (34.77% from 255) = 25.29%

 GREEN value IS 148 (58.2% from 255) = 42.53%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 25.29%
G = 42.53%
B = 32.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#589470 (or 0x589470) is known color: Ocean Green. HEX triplet: 58, 94 and 70. RGB value is (88,148,112). Sum of RGB (Red+Green+Blue) = 88+148+112=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #589470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589470 is #A76B8F. Grayscale: #7E7E7E. Windows color (decimal): -10972048 or 7378008. OLE color: 7378008.

HSL color Cylindrical-coordinate representation of color #589470: hue angle of 144º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589470 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 148 112 -
CMYK 0.41 0 0.24 0.42
HSL 144º 0.25% 0.46% -
HSV(B) 144º 0.41% 0.58% -
XYZ 17.54 24.42 19.12 -
YUV 125.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 88 148 112 0.41 0 0.24 0.42 144 0.25 0.46
Hex 58 94 70 29 0 18 2A 90 19 2E
Octal 130 224 160 51 0 30 52 220 31 56
Binary 1011000 10010100 1110000 101001 0 11000 101010 10010000 11001 101110

Color Harmonies of #589470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589470

Black with #589470

Text Example


Text Example

White with #589470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589470; }

 p { color: rgb(88,148,112); }

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

background-color css

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

 a { background-color: rgb(88,148,112); }

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

border-color css

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

 span { border-color: rgb(88,148,112); }

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