Html Css Color HEX #49A73D Fruit Salad

📋 copy color: '#49A73D'

red 73 ◦ green 167 ◦ blue 61

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

Shades of Fruit Salad #49A73D

Tints of Fruit Salad #49A73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 55.48%

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 24.25%
G = 55.48%
B = 20.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#49A73D (or 0x49A73D) is known color: Fruit Salad. HEX triplet: 49, A7 and 3D. RGB value is (73,167,61). Sum of RGB (Red+Green+Blue) = 73+167+61=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 167 (65.62% from 255 or 55.48% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 167 - color contains mainly: green. Hex color #49A73D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A73D is #B658C2. Grayscale: #7F7F7F. Windows color (decimal): -11950275 or 4040521. OLE color: 4040521.

HSL color Cylindrical-coordinate representation of color #49A73D: hue angle of 113.21º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49A73D is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 167 61 -
CMYK 0.56 0 0.63 0.35
HSL 113.21º 0.46% 0.45% -
HSV(B) 113.21º 0.63% 0.65% -
XYZ 17.41 29.39 9.17 -
YUV 126.81 90.86 89.62 -
System Red Green Blue C M Y K H S L
Decimal 73 167 61 0.56 0 0.63 0.35 113.21 0.46 0.45
Hex 49 A7 3D 38 0 3F 23 71 2E 2D
Octal 111 247 75 70 0 77 43 161 56 55
Binary 1001001 10100111 111101 111000 0 111111 100011 1110001 101110 101101

Color Harmonies of #49A73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A73D

Black with #49A73D

Text Example


Text Example

White with #49A73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,167,61); }

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

background-color css

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

 a { background-color: rgb(73,167,61); }

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

border-color css

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

 span { border-color: rgb(73,167,61); }

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