Html Css Color HEX #4B8C49 Fruit Salad

📋 copy color: '#4B8C49'

red 75 ◦ green 140 ◦ blue 73

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

Shades of Fruit Salad #4B8C49

Tints of Fruit Salad #4B8C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.61%

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

R = 26.04%
G = 48.61%
B = 25.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#4B8C49 (or 0x4B8C49) is known color: Fruit Salad. HEX triplet: 4B, 8C and 49. RGB value is (75,140,73). Sum of RGB (Red+Green+Blue) = 75+140+73=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 140 (55.08% from 255 or 48.61% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 140 - color contains mainly: green. Hex color #4B8C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8C49 is #B473B6. Grayscale: #717171. Windows color (decimal): -11826103 or 4820043. OLE color: 4820043.

HSL color Cylindrical-coordinate representation of color #4B8C49: hue angle of 118.21º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B8C49 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 140 73 -
CMYK 0.46 0 0.48 0.45
HSL 118.21º 0.31% 0.42% -
HSV(B) 118.21º 0.48% 0.55% -
XYZ 13.48 20.73 9.59 -
YUV 112.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 75 140 73 0.46 0 0.48 0.45 118.21 0.31 0.42
Hex 4B 8C 49 2E 0 30 2D 76 1F 2A
Octal 113 214 111 56 0 60 55 166 37 52
Binary 1001011 10001100 1001001 101110 0 110000 101101 1110110 11111 101010

Color Harmonies of #4B8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8C49

Black with #4B8C49

Text Example


Text Example

White with #4B8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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