Html Css Color HEX #499443 Fruit Salad

📋 copy color: '#499443'

red 73 ◦ green 148 ◦ blue 67

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

Shades of Fruit Salad #499443

Tints of Fruit Salad #499443

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.39%

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

R = 25.35%
G = 51.39%
B = 23.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#499443 (or 0x499443) is known color: Fruit Salad. HEX triplet: 49, 94 and 43. RGB value is (73,148,67). Sum of RGB (Red+Green+Blue) = 73+148+67=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #499443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499443 is #B66BBC. Grayscale: #747474. Windows color (decimal): -11955133 or 4428873. OLE color: 4428873.

HSL color Cylindrical-coordinate representation of color #499443: hue angle of 115.56º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499443 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 67 -
CMYK 0.51 0 0.55 0.42
HSL 115.56º 0.38% 0.42% -
HSV(B) 115.56º 0.55% 0.58% -
XYZ 14.35 23 8.99 -
YUV 116.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 73 148 67 0.51 0 0.55 0.42 115.56 0.38 0.42
Hex 49 94 43 33 0 37 2A 74 26 2A
Octal 111 224 103 63 0 67 52 164 46 52
Binary 1001001 10010100 1000011 110011 0 110111 101010 1110100 100110 101010

Color Harmonies of #499443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499443

Black with #499443

Text Example


Text Example

White with #499443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499443; }

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

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

background-color css

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

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

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

border-color css

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

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

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