Html Css Color HEX #499442 Fruit Salad

📋 copy color: '#499442'

red 73 ◦ green 148 ◦ blue 66

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

Shades of Fruit Salad #499442

Tints of Fruit Salad #499442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23%

R = 25.44%
G = 51.57%
B = 23%

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

#499442 (or 0x499442) is known color: Fruit Salad. HEX triplet: 49, 94 and 42. RGB value is (73,148,66). Sum of RGB (Red+Green+Blue) = 73+148+66=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #499442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499442 is #B66BBD. Grayscale: #747474. Windows color (decimal): -11955134 or 4363337. OLE color: 4363337.

HSL color Cylindrical-coordinate representation of color #499442: hue angle of 114.88º 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 #499442 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 66 -
CMYK 0.51 0 0.55 0.42
HSL 114.88º 0.38% 0.42% -
HSV(B) 114.88º 0.55% 0.58% -
XYZ 14.32 22.99 8.84 -
YUV 116.23 99.65 97.17 -
System Red Green Blue C M Y K H S L
Decimal 73 148 66 0.51 0 0.55 0.42 114.88 0.38 0.42
Hex 49 94 42 33 0 37 2A 73 26 2A
Octal 111 224 102 63 0 67 52 163 46 52
Binary 1001001 10010100 1000010 110011 0 110111 101010 1110011 100110 101010

Color Harmonies of #499442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499442

Black with #499442

Text Example


Text Example

White with #499442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499442; }

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

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

background-color css

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

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

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

border-color css

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

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

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