#5BA379

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

Shades of Ocean Green #5BA379

Tints of Ocean Green #5BA379

Color information

#5BA379 (or 0x5BA379) is unknown color: approx Ocean Green. HEX triplet: 5B, A3 and 79. RGB value is (91,163,121). Sum of RGB (Red+Green+Blue) = 91+163+121=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA379 is #A45C86. Grayscale: #888888. Windows color (decimal): -10771591 or 7971675. OLE color: 7971675.

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

Color convert

RGB91163121-
CMYK0.4400.260.36
HSL145º28.35%49.8%-
HSV(B)145º44.17%63.92%-
XYZ20.8629.822.74-
YUV136.68119.1595.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.27%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=24.27%
G=43.47%
B=32.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911631210.4400.260.3614528.3549.8
Hex5BA3792C01A24911c32
Octal13324317154032442213462
Binary10110111010001111110011011000110101001001001000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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