Html Css Color HEX #5BA049 Apple

📋 copy color: '#5BA049'

red 91 ◦ green 160 ◦ blue 73

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

Shades of Apple #5BA049

Tints of Apple #5BA049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.38%

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 28.09%
G = 49.38%
B = 22.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#5BA049 (or 0x5BA049) is known color: Apple. HEX triplet: 5B, A0 and 49. RGB value is (91,160,73). Sum of RGB (Red+Green+Blue) = 91+160+73=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA049 is #A45FB6. Grayscale: #818181. Windows color (decimal): -10772407 or 4825179. OLE color: 4825179.

HSL color Cylindrical-coordinate representation of color #5BA049: hue angle of 107.59º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BA049 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 160 73 -
CMYK 0.43 0 0.54 0.37
HSL 107.59º 0.37% 0.46% -
HSV(B) 107.59º 0.54% 0.63% -
XYZ 18.09 27.85 10.72 -
YUV 129.45 96.14 100.57 -
System Red Green Blue C M Y K H S L
Decimal 91 160 73 0.43 0 0.54 0.37 107.59 0.37 0.46
Hex 5B A0 49 2B 0 36 25 6C 25 2E
Octal 133 240 111 53 0 66 45 154 45 56
Binary 1011011 10100000 1001001 101011 0 110110 100101 1101100 100101 101110

Color Harmonies of #5BA049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA049

Black with #5BA049

Text Example


Text Example

White with #5BA049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,160,73); }

 H1.HeaderClassName
 {
   color: #5BA049;
 }
 .AnyTagClassName
 {
   color: #5BA049;
 }
</style>

background-color css

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

 a { background-color: rgb(91,160,73); }

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

border-color css

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

 span { border-color: rgb(91,160,73); }

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