#55A579

Color #55A579 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55A579

Tints of Ocean Green #55A579

Color information

#55A579 (or 0x55A579) is unknown color: approx Ocean Green. HEX triplet: 55, A5 and 79. RGB value is (85,165,121). Sum of RGB (Red+Green+Blue) = 85+165+121=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #55A579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A579 is #AA5A86. Grayscale: #888888. Windows color (decimal): -11164295 or 7972181. OLE color: 7972181.

HSL color Cylindrical-coordinate representation of color #55A579: hue angle of 147º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A579 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB85165121-
CMYK0.4800.270.35
HSL147º32%49.02%-
HSV(B)147º48.48%64.71%-
XYZ20.6530.2222.83-
YUV136.06119.591.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 121 (47.66% from 255) = 32.61%
R=22.91%
G=44.47%
B=32.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851651210.4800.270.351473249.02
Hex55A5793001B23932031
Octal12524517160033432234061
Binary101010110100101111100111000001101110001110010011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A579; }

 p { color: rgb(85,165,121); }

 H1.HeaderClassName
 {
   color: #55A579;
 }
 .AnyTagClassName
 {
   color: #55A579;
 }
</style>
background-color css

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

 a { background-color: rgb(85,165,121); }

 div.DivClassName
 {
   background-color: #55A579;
 }
 .BgClassName
 {
   background-color: #55A579;
 }
</style>
border-color css

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

 span { border-color: rgb(85,165,121); }

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