Html Css Color HEX #4B9449 Fruit Salad

📋 copy color: '#4B9449'

red 75 ◦ green 148 ◦ blue 73

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

Shades of Fruit Salad #4B9449

Tints of Fruit Salad #4B9449

RGB

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

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

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

R = 25.34%
G = 50%
B = 24.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#4B9449 (or 0x4B9449) is known color: Fruit Salad. HEX triplet: 4B, 94 and 49. RGB value is (75,148,73). Sum of RGB (Red+Green+Blue) = 75+148+73=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9449 is #B46BB6. Grayscale: #757575. Windows color (decimal): -11824055 or 4822091. OLE color: 4822091.

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

Color convert

RGB 75 148 73 -
CMYK 0.49 0 0.51 0.42
HSL 118.4º 0.34% 0.43% -
HSV(B) 118.4º 0.51% 0.58% -
XYZ 14.69 23.16 10 -
YUV 117.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 75 148 73 0.49 0 0.51 0.42 118.4 0.34 0.43
Hex 4B 94 49 31 0 33 2A 76 22 2B
Octal 113 224 111 61 0 63 52 166 42 53
Binary 1001011 10010100 1001001 110001 0 110011 101010 1110110 100010 101011

Color Harmonies of #4B9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9449

Black with #4B9449

Text Example


Text Example

White with #4B9449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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