Html Css Color HEX #4AAD3C Fruit Salad

📋 copy color: '#4AAD3C'

red 74 ◦ green 173 ◦ blue 60

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

Shades of Fruit Salad #4AAD3C

Tints of Fruit Salad #4AAD3C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.35%

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

R = 24.1%
G = 56.35%
B = 19.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#4AAD3C (or 0x4AAD3C) is known color: Fruit Salad. HEX triplet: 4A, AD and 3C. RGB value is (74,173,60). Sum of RGB (Red+Green+Blue) = 74+173+60=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAD3C is #B552C3. Grayscale: #828282. Windows color (decimal): -11883204 or 3976522. OLE color: 3976522.

HSL color Cylindrical-coordinate representation of color #4AAD3C: hue angle of 112.57º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AAD3C is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 173 60 -
CMYK 0.57 0 0.65 0.32
HSL 112.57º 0.48% 0.46% -
HSV(B) 112.57º 0.65% 0.68% -
XYZ 18.58 31.67 9.41 -
YUV 130.52 88.2 87.69 -
System Red Green Blue C M Y K H S L
Decimal 74 173 60 0.57 0 0.65 0.32 112.57 0.48 0.46
Hex 4A AD 3C 39 0 41 20 71 30 2E
Octal 112 255 74 71 0 101 40 161 60 56
Binary 1001010 10101101 111100 111001 0 1000001 100000 1110001 110000 101110

Color Harmonies of #4AAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAD3C

Black with #4AAD3C

Text Example


Text Example

White with #4AAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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