Html Css Color HEX #55A579 Ocean Green

📋 copy color: '#55A579'

red 85 ◦ green 165 ◦ blue 121

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

Shades of Ocean Green #55A579

Tints of Ocean Green #55A579

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 value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#55A579 (or 0x55A579) is known color: 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

RGB 85 165 121 -
CMYK 0.48 0 0.27 0.35
HSL 147º 0.32% 0.49% -
HSV(B) 147º 0.48% 0.65% -
XYZ 20.65 30.22 22.83 -
YUV 136.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 85 165 121 0.48 0 0.27 0.35 147 0.32 0.49
Hex 55 A5 79 30 0 1B 23 93 20 31
Octal 125 245 171 60 0 33 43 223 40 61
Binary 1010101 10100101 1111001 110000 0 11011 100011 10010011 100000 110001

Color Harmonies of #55A579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A579

Black with #55A579

Text Example


Text Example

White with #55A579

Text Example


Text Example

HTML Codes & Css Web 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>