Html Css Color HEX #559C73 Ocean Green

📋 copy color: '#559C73'

red 85 ◦ green 156 ◦ blue 115

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

Shades of Ocean Green #559C73

Tints of Ocean Green #559C73

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.82%

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

R = 23.88%
G = 43.82%
B = 32.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#559C73 (or 0x559C73) is known color: Ocean Green. HEX triplet: 55, 9C and 73. RGB value is (85,156,115). Sum of RGB (Red+Green+Blue) = 85+156+115=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #559C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C73 is #AA638C. Grayscale: #828282. Windows color (decimal): -11166605 or 7576661. OLE color: 7576661.

HSL color Cylindrical-coordinate representation of color #559C73: hue angle of 145.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C73 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 156 115 -
CMYK 0.46 0 0.26 0.39
HSL 145.35º 0.29% 0.47% -
HSV(B) 145.35º 0.46% 0.61% -
XYZ 18.73 26.95 20.43 -
YUV 130.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 85 156 115 0.46 0 0.26 0.39 145.35 0.29 0.47
Hex 55 9C 73 2E 0 1A 27 91 1D 2F
Octal 125 234 163 56 0 32 47 221 35 57
Binary 1010101 10011100 1110011 101110 0 11010 100111 10010001 11101 101111

Color Harmonies of #559C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C73

Black with #559C73

Text Example


Text Example

White with #559C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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