Html Css Color HEX #559473 Ocean Green

📋 copy color: '#559473'

red 85 ◦ green 148 ◦ blue 115

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

Shades of Ocean Green #559473

Tints of Ocean Green #559473

RGB

 RED value IS 85 (33.59% from 255) = 24.43%

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

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 24.43%
G = 42.53%
B = 33.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#559473 (or 0x559473) is known color: Ocean Green. HEX triplet: 55, 94 and 73. RGB value is (85,148,115). Sum of RGB (Red+Green+Blue) = 85+148+115=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #559473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559473 is #AA6B8C. Grayscale: #7D7D7D. Windows color (decimal): -11168653 or 7574613. OLE color: 7574613.

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

Color convert

RGB 85 148 115 -
CMYK 0.43 0 0.22 0.42
HSL 148.57º 0.27% 0.46% -
HSV(B) 148.57º 0.43% 0.58% -
XYZ 17.43 24.35 20 -
YUV 125.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 85 148 115 0.43 0 0.22 0.42 148.57 0.27 0.46
Hex 55 94 73 2B 0 16 2A 95 1B 2E
Octal 125 224 163 53 0 26 52 225 33 56
Binary 1010101 10010100 1110011 101011 0 10110 101010 10010101 11011 101110

Color Harmonies of #559473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559473

Black with #559473

Text Example


Text Example

White with #559473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559473; }

 p { color: rgb(85,148,115); }

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

background-color css

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

 a { background-color: rgb(85,148,115); }

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

border-color css

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

 span { border-color: rgb(85,148,115); }

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