Html Css Color HEX #4AAA55 Fruit Salad

📋 copy color: '#4AAA55'

red 74 ◦ green 170 ◦ blue 85

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

Shades of Fruit Salad #4AAA55

Tints of Fruit Salad #4AAA55

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.67%

 BLUE value IS 85 (33.59% from 255) = 25.84%

R = 22.49%
G = 51.67%
B = 25.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#4AAA55 (or 0x4AAA55) is known color: Fruit Salad. HEX triplet: 4A, AA and 55. RGB value is (74,170,85). Sum of RGB (Red+Green+Blue) = 74+170+85=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA55 is #B555AA. Grayscale: #838383. Windows color (decimal): -11883947 or 5614154. OLE color: 5614154.

HSL color Cylindrical-coordinate representation of color #4AAA55: hue angle of 126.87º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA55 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 85 -
CMYK 0.56 0 0.50 0.33
HSL 126.88º 0.39% 0.48% -
HSV(B) 126.88º 0.56% 0.67% -
XYZ 18.84 30.86 13.56 -
YUV 131.61 101.7 86.91 -
System Red Green Blue C M Y K H S L
Decimal 74 170 85 0.56 0 0.50 0.33 126.88 0.39 0.48
Hex 4A AA 55 38 0 32 21 7F 27 30
Octal 112 252 125 70 0 62 41 177 47 60
Binary 1001010 10101010 1010101 111000 0 110010 100001 1111111 100111 110000

Color Harmonies of #4AAA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA55

Black with #4AAA55

Text Example


Text Example

White with #4AAA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,85); }

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

background-color css

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

 a { background-color: rgb(74,170,85); }

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

border-color css

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

 span { border-color: rgb(74,170,85); }

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