Html Css Color HEX #4AA041 Fruit Salad

📋 copy color: '#4AA041'

red 74 ◦ green 160 ◦ blue 65

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

Shades of Fruit Salad #4AA041

Tints of Fruit Salad #4AA041

RGB

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

 GREEN value IS 160 (62.89% from 255) = 53.51%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 24.75%
G = 53.51%
B = 21.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#4AA041 (or 0x4AA041) is known color: Fruit Salad. HEX triplet: 4A, A0 and 41. RGB value is (74,160,65). Sum of RGB (Red+Green+Blue) = 74+160+65=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 160 (62.89% from 255 or 53.51% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA041 is #B55FBE. Grayscale: #7B7B7B. Windows color (decimal): -11886527 or 4300874. OLE color: 4300874.

HSL color Cylindrical-coordinate representation of color #4AA041: hue angle of 114.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AA041 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 160 65 -
CMYK 0.54 0 0.59 0.37
HSL 114.32º 0.42% 0.44% -
HSV(B) 114.32º 0.59% 0.63% -
XYZ 16.35 26.98 9.35 -
YUV 123.46 95.01 92.72 -
System Red Green Blue C M Y K H S L
Decimal 74 160 65 0.54 0 0.59 0.37 114.32 0.42 0.44
Hex 4A A0 41 36 0 3B 25 72 2A 2C
Octal 112 240 101 66 0 73 45 162 52 54
Binary 1001010 10100000 1000001 110110 0 111011 100101 1110010 101010 101100

Color Harmonies of #4AA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA041

Black with #4AA041

Text Example


Text Example

White with #4AA041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,160,65); }

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

background-color css

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

 a { background-color: rgb(74,160,65); }

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

border-color css

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

 span { border-color: rgb(74,160,65); }

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