Html Css Color HEX #4AA43D Fruit Salad

📋 copy color: '#4AA43D'

red 74 ◦ green 164 ◦ blue 61

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

Shades of Fruit Salad #4AA43D

Tints of Fruit Salad #4AA43D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.85%

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 24.75%
G = 54.85%
B = 20.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#4AA43D (or 0x4AA43D) is known color: Fruit Salad. HEX triplet: 4A, A4 and 3D. RGB value is (74,164,61). Sum of RGB (Red+Green+Blue) = 74+164+61=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA43D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA43D is #B55BC2. Grayscale: #7D7D7D. Windows color (decimal): -11885507 or 4039754. OLE color: 4039754.

HSL color Cylindrical-coordinate representation of color #4AA43D: hue angle of 112.43º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AA43D is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 164 61 -
CMYK 0.55 0 0.63 0.36
HSL 112.43º 0.46% 0.44% -
HSV(B) 112.43º 0.63% 0.64% -
XYZ 16.94 28.34 8.99 -
YUV 125.35 91.68 91.38 -
System Red Green Blue C M Y K H S L
Decimal 74 164 61 0.55 0 0.63 0.36 112.43 0.46 0.44
Hex 4A A4 3D 37 0 3F 24 70 2E 2C
Octal 112 244 75 67 0 77 44 160 56 54
Binary 1001010 10100100 111101 110111 0 111111 100100 1110000 101110 101100

Color Harmonies of #4AA43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA43D

Black with #4AA43D

Text Example


Text Example

White with #4AA43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,164,61); }

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

background-color css

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

 a { background-color: rgb(74,164,61); }

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

border-color css

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

 span { border-color: rgb(74,164,61); }

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