#5BA479

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

Shades of Ocean Green #5BA479

Tints of Ocean Green #5BA479

Color information

#5BA479 (or 0x5BA479) is unknown color: approx Ocean Green. HEX triplet: 5B, A4 and 79. RGB value is (91,164,121). Sum of RGB (Red+Green+Blue) = 91+164+121=376 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.20% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA479 is #A45B86. Grayscale: #898989. Windows color (decimal): -10771335 or 7971931. OLE color: 7971931.

HSL color Cylindrical-coordinate representation of color #5BA479: hue angle of 144.66º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA479 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB91164121-
CMYK0.4500.260.36
HSL144.66º28.63%50%-
HSV(B)144.66º44.51%64.31%-
XYZ21.0430.1622.8-
YUV137.27118.8295-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.20%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=24.20%
G=43.62%
B=32.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911641210.4500.260.36144.6628.6350
Hex5BA4792D01A24911d32
Octal13324417155032442213562
Binary10110111010010011110011011010110101001001001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA479; }

 p { color: rgb(91,164,121); }

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

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

 a { background-color: rgb(91,164,121); }

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

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

 span { border-color: rgb(91,164,121); }

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