Html Css Color HEX #4AAA59 Fruit Salad

📋 copy color: '#4AAA59'

red 74 ◦ green 170 ◦ blue 89

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

Shades of Fruit Salad #4AAA59

Tints of Fruit Salad #4AAA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 22.22%
G = 51.05%
B = 26.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#4AAA59 (or 0x4AAA59) is known color: Fruit Salad. HEX triplet: 4A, AA and 59. RGB value is (74,170,89). Sum of RGB (Red+Green+Blue) = 74+170+89=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA59 is #B555A6. Grayscale: #848484. Windows color (decimal): -11883943 or 5876298. OLE color: 5876298.

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

Color convert

RGB 74 170 89 -
CMYK 0.56 0 0.48 0.33
HSL 129.38º 0.39% 0.48% -
HSV(B) 129.38º 0.56% 0.67% -
XYZ 19 30.93 14.42 -
YUV 132.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 74 170 89 0.56 0 0.48 0.33 129.38 0.39 0.48
Hex 4A AA 59 38 0 30 21 81 27 30
Octal 112 252 131 70 0 60 41 201 47 60
Binary 1001010 10101010 1011001 111000 0 110000 100001 10000001 100111 110000

Color Harmonies of #4AAA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA59

Black with #4AAA59

Text Example


Text Example

White with #4AAA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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