Html Css Color HEX #5BA479 Ocean Green

📋 copy color: '#5BA479'

red 91 ◦ green 164 ◦ blue 121

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

Shades of Ocean Green #5BA479

Tints of Ocean Green #5BA479

RGB

 RED value IS 91 (35.94% from 255) = 24.2%

 GREEN value IS 164 (64.45% from 255) = 43.62%

 BLUE value IS 121 (47.66% from 255) = 32.18%

R = 24.2%
G = 43.62%
B = 32.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#5BA479 (or 0x5BA479) is known color: 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

RGB 91 164 121 -
CMYK 0.45 0 0.26 0.36
HSL 144.66º 0.29% 0.5% -
HSV(B) 144.66º 0.45% 0.64% -
XYZ 21.04 30.16 22.8 -
YUV 137.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 91 164 121 0.45 0 0.26 0.36 144.66 0.29 0.5
Hex 5B A4 79 2D 0 1A 24 91 1D 32
Octal 133 244 171 55 0 32 44 221 35 62
Binary 1011011 10100100 1111001 101101 0 11010 100100 10010001 11101 110010

Color Harmonies of #5BA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA479

Black with #5BA479

Text Example


Text Example

White with #5BA479

Text Example


Text Example

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