Html Css Color HEX #4F9049 Fruit Salad

📋 copy color: '#4F9049'

red 79 ◦ green 144 ◦ blue 73

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

Shades of Fruit Salad #4F9049

Tints of Fruit Salad #4F9049

RGB

 RED value IS 79 (31.25% from 255) = 26.69%

 GREEN value IS 144 (56.64% from 255) = 48.65%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 26.69%
G = 48.65%
B = 24.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#4F9049 (or 0x4F9049) is known color: Fruit Salad. HEX triplet: 4F, 90 and 49. RGB value is (79,144,73). Sum of RGB (Red+Green+Blue) = 79+144+73=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9049 is #B06FB6. Grayscale: #747474. Windows color (decimal): -11562935 or 4821071. OLE color: 4821071.

HSL color Cylindrical-coordinate representation of color #4F9049: hue angle of 114.93º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9049 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 144 73 -
CMYK 0.45 0 0.49 0.44
HSL 114.93º 0.33% 0.43% -
HSV(B) 114.93º 0.49% 0.56% -
XYZ 14.4 22.09 9.81 -
YUV 116.47 103.47 101.27 -
System Red Green Blue C M Y K H S L
Decimal 79 144 73 0.45 0 0.49 0.44 114.93 0.33 0.43
Hex 4F 90 49 2D 0 31 2C 73 21 2B
Octal 117 220 111 55 0 61 54 163 41 53
Binary 1001111 10010000 1001001 101101 0 110001 101100 1110011 100001 101011

Color Harmonies of #4F9049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9049

Black with #4F9049

Text Example


Text Example

White with #4F9049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F9049; }

 p { color: rgb(79,144,73); }

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

background-color css

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

 a { background-color: rgb(79,144,73); }

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

border-color css

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

 span { border-color: rgb(79,144,73); }

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