Html Css Color HEX #4A8D53 Fruit Salad

📋 copy color: '#4A8D53'

red 74 ◦ green 141 ◦ blue 83

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

Shades of Fruit Salad #4A8D53

Tints of Fruit Salad #4A8D53

RGB

 RED value IS 74 (29.3% from 255) = 24.83%

 GREEN value IS 141 (55.47% from 255) = 47.32%

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 24.83%
G = 47.32%
B = 27.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#4A8D53 (or 0x4A8D53) is known color: Fruit Salad. HEX triplet: 4A, 8D and 53. RGB value is (74,141,83). Sum of RGB (Red+Green+Blue) = 74+141+83=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #4A8D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8D53 is #B572AC. Grayscale: #727272. Windows color (decimal): -11891373 or 5475658. OLE color: 5475658.

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

Color convert

RGB 74 141 83 -
CMYK 0.48 0 0.41 0.45
HSL 128.06º 0.31% 0.42% -
HSV(B) 128.06º 0.48% 0.55% -
XYZ 13.91 21.13 11.53 -
YUV 114.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 74 141 83 0.48 0 0.41 0.45 128.06 0.31 0.42
Hex 4A 8D 53 30 0 29 2D 80 1F 2A
Octal 112 215 123 60 0 51 55 200 37 52
Binary 1001010 10001101 1010011 110000 0 101001 101101 10000000 11111 101010

Color Harmonies of #4A8D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8D53

Black with #4A8D53

Text Example


Text Example

White with #4A8D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,141,83); }

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

background-color css

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

 a { background-color: rgb(74,141,83); }

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

border-color css

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

 span { border-color: rgb(74,141,83); }

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