Html Css Color HEX #4AAA47 Fruit Salad

📋 copy color: '#4AAA47'

red 74 ◦ green 170 ◦ blue 71

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

Shades of Fruit Salad #4AAA47

Tints of Fruit Salad #4AAA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 23.49%
G = 53.97%
B = 22.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#4AAA47 (or 0x4AAA47) is known color: Fruit Salad. HEX triplet: 4A, AA and 47. RGB value is (74,170,71). Sum of RGB (Red+Green+Blue) = 74+170+71=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA47 is #B555B8. Grayscale: #828282. Windows color (decimal): -11883961 or 4696650. OLE color: 4696650.

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

Color convert

RGB 74 170 71 -
CMYK 0.56 0 0.58 0.33
HSL 118.18º 0.41% 0.47% -
HSV(B) 118.18º 0.58% 0.67% -
XYZ 18.34 30.66 10.91 -
YUV 130.01 94.7 88.05 -
System Red Green Blue C M Y K H S L
Decimal 74 170 71 0.56 0 0.58 0.33 118.18 0.41 0.47
Hex 4A AA 47 38 0 3A 21 76 29 2F
Octal 112 252 107 70 0 72 41 166 51 57
Binary 1001010 10101010 1000111 111000 0 111010 100001 1110110 101001 101111

Color Harmonies of #4AAA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA47

Black with #4AAA47

Text Example


Text Example

White with #4AAA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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