Html Css Color HEX #4AAA3C Fruit Salad

📋 copy color: '#4AAA3C'

red 74 ◦ green 170 ◦ blue 60

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

Shades of Fruit Salad #4AAA3C

Tints of Fruit Salad #4AAA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 24.34%
G = 55.92%
B = 19.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#4AAA3C (or 0x4AAA3C) is known color: Fruit Salad. HEX triplet: 4A, AA and 3C. RGB value is (74,170,60). Sum of RGB (Red+Green+Blue) = 74+170+60=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA3C is #B555C3. Grayscale: #818181. Windows color (decimal): -11883972 or 3975754. OLE color: 3975754.

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

Color convert

RGB 74 170 60 -
CMYK 0.56 0 0.65 0.33
HSL 112.36º 0.48% 0.45% -
HSV(B) 112.36º 0.65% 0.67% -
XYZ 18.01 30.53 9.22 -
YUV 128.76 89.2 88.94 -
System Red Green Blue C M Y K H S L
Decimal 74 170 60 0.56 0 0.65 0.33 112.36 0.48 0.45
Hex 4A AA 3C 38 0 41 21 70 30 2D
Octal 112 252 74 70 0 101 41 160 60 55
Binary 1001010 10101010 111100 111000 0 1000001 100001 1110000 110000 101101

Color Harmonies of #4AAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA3C

Black with #4AAA3C

Text Example


Text Example

White with #4AAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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