Html Css Color HEX #4B9049 Fruit Salad

📋 copy color: '#4B9049'

red 75 ◦ green 144 ◦ blue 73

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

Shades of Fruit Salad #4B9049

Tints of Fruit Salad #4B9049

RGB

 RED value IS 75 (29.69% from 255) = 25.68%

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

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

R = 25.68%
G = 49.32%
B = 25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#4B9049 (or 0x4B9049) is known color: Fruit Salad. HEX triplet: 4B, 90 and 49. RGB value is (75,144,73). Sum of RGB (Red+Green+Blue) = 75+144+73=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #4B9049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9049 is #B46FB6. Grayscale: #737373. Windows color (decimal): -11825079 or 4821067. OLE color: 4821067.

HSL color Cylindrical-coordinate representation of color #4B9049: hue angle of 118.31º 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 #4B9049 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 75 144 73 -
CMYK 0.48 0 0.49 0.44
HSL 118.31º 0.33% 0.43% -
HSV(B) 118.31º 0.49% 0.56% -
XYZ 14.08 21.92 9.79 -
YUV 115.28 104.14 99.27 -
System Red Green Blue C M Y K H S L
Decimal 75 144 73 0.48 0 0.49 0.44 118.31 0.33 0.43
Hex 4B 90 49 30 0 31 2C 76 21 2B
Octal 113 220 111 60 0 61 54 166 41 53
Binary 1001011 10010000 1001001 110000 0 110001 101100 1110110 100001 101011

Color Harmonies of #4B9049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9049

Black with #4B9049

Text Example


Text Example

White with #4B9049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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