Html Css Color HEX #499D43 Fruit Salad

📋 copy color: '#499D43'

red 73 ◦ green 157 ◦ blue 67

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

Shades of Fruit Salad #499D43

Tints of Fruit Salad #499D43

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.86%

 BLUE value IS 67 (26.56% from 255) = 22.56%

R = 24.58%
G = 52.86%
B = 22.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#499D43 (or 0x499D43) is known color: Fruit Salad. HEX triplet: 49, 9D and 43. RGB value is (73,157,67). Sum of RGB (Red+Green+Blue) = 73+157+67=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #499D43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D43 is #B662BC. Grayscale: #797979. Windows color (decimal): -11952829 or 4431177. OLE color: 4431177.

HSL color Cylindrical-coordinate representation of color #499D43: hue angle of 116º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #499D43 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 157 67 -
CMYK 0.54 0 0.57 0.38
HSL 116º 0.4% 0.44% -
HSV(B) 116º 0.57% 0.62% -
XYZ 15.82 25.94 9.48 -
YUV 121.62 97.17 93.32 -
System Red Green Blue C M Y K H S L
Decimal 73 157 67 0.54 0 0.57 0.38 116 0.4 0.44
Hex 49 9D 43 36 0 39 26 74 28 2C
Octal 111 235 103 66 0 71 46 164 50 54
Binary 1001001 10011101 1000011 110110 0 111001 100110 1110100 101000 101100

Color Harmonies of #499D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D43

Black with #499D43

Text Example


Text Example

White with #499D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499D43; }

 p { color: rgb(73,157,67); }

 H1.HeaderClassName
 {
   color: #499D43;
 }
 .AnyTagClassName
 {
   color: #499D43;
 }
</style>

background-color css

<style>
 a { background-color: #499D43; }

 a { background-color: rgb(73,157,67); }

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

border-color css

<style>
 span { border-color: #499D43; }

 span { border-color: rgb(73,157,67); }

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