Html Css Color HEX #49B538 Apple

📋 copy color: '#49B538'

red 73 ◦ green 181 ◦ blue 56

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

Shades of Apple #49B538

Tints of Apple #49B538

RGB

 RED value IS 73 (28.91% from 255) = 23.55%

 GREEN value IS 181 (71.09% from 255) = 58.39%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 23.55%
G = 58.39%
B = 18.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#49B538 (or 0x49B538) is known color: Apple. HEX triplet: 49, B5 and 38. RGB value is (73,181,56). Sum of RGB (Red+Green+Blue) = 73+181+56=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #49B538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B538 is #B64AC7. Grayscale: #868686. Windows color (decimal): -11946696 or 3716425. OLE color: 3716425.

HSL color Cylindrical-coordinate representation of color #49B538: hue angle of 111.84º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B538 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 181 56 -
CMYK 0.60 0 0.69 0.29
HSL 111.84º 0.53% 0.46% -
HSV(B) 111.84º 0.69% 0.71% -
XYZ 19.99 34.75 9.4 -
YUV 134.46 83.72 84.16 -
System Red Green Blue C M Y K H S L
Decimal 73 181 56 0.60 0 0.69 0.29 111.84 0.53 0.46
Hex 49 B5 38 3C 0 45 1D 70 35 2E
Octal 111 265 70 74 0 105 35 160 65 56
Binary 1001001 10110101 111000 111100 0 1000101 11101 1110000 110101 101110

Color Harmonies of #49B538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B538

Black with #49B538

Text Example


Text Example

White with #49B538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B538; }

 p { color: rgb(73,181,56); }

 H1.HeaderClassName
 {
   color: #49B538;
 }
 .AnyTagClassName
 {
   color: #49B538;
 }
</style>

background-color css

<style>
 a { background-color: #49B538; }

 a { background-color: rgb(73,181,56); }

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

border-color css

<style>
 span { border-color: #49B538; }

 span { border-color: rgb(73,181,56); }

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