Html Css Color HEX #559371 Ocean Green

📋 copy color: '#559371'

red 85 ◦ green 147 ◦ blue 113

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

Shades of Ocean Green #559371

Tints of Ocean Green #559371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 24.64%
G = 42.61%
B = 32.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#559371 (or 0x559371) is known color: Ocean Green. HEX triplet: 55, 93 and 71. RGB value is (85,147,113). Sum of RGB (Red+Green+Blue) = 85+147+113=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #559371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559371 is #AA6C8E. Grayscale: #7C7C7C. Windows color (decimal): -11168911 or 7443285. OLE color: 7443285.

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

Color convert

RGB 85 147 113 -
CMYK 0.42 0 0.23 0.42
HSL 147.1º 0.27% 0.45% -
HSV(B) 147.1º 0.42% 0.58% -
XYZ 17.16 23.99 19.35 -
YUV 124.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 85 147 113 0.42 0 0.23 0.42 147.1 0.27 0.45
Hex 55 93 71 2A 0 17 2A 93 1B 2D
Octal 125 223 161 52 0 27 52 223 33 55
Binary 1010101 10010011 1110001 101010 0 10111 101010 10010011 11011 101101

Color Harmonies of #559371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559371

Black with #559371

Text Example


Text Example

White with #559371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559371; }

 p { color: rgb(85,147,113); }

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

background-color css

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

 a { background-color: rgb(85,147,113); }

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

border-color css

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

 span { border-color: rgb(85,147,113); }

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