Html Css Color HEX #4AAE41 Fruit Salad

📋 copy color: '#4AAE41'

red 74 ◦ green 174 ◦ blue 65

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

Shades of Fruit Salad #4AAE41

Tints of Fruit Salad #4AAE41

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.59%

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

R = 23.64%
G = 55.59%
B = 20.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#4AAE41 (or 0x4AAE41) is known color: Fruit Salad. HEX triplet: 4A, AE and 41. RGB value is (74,174,65). Sum of RGB (Red+Green+Blue) = 74+174+65=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAE41 is #B551BE. Grayscale: #848484. Windows color (decimal): -11882943 or 4304458. OLE color: 4304458.

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

Color convert

RGB 74 174 65 -
CMYK 0.57 0 0.63 0.32
HSL 115.05º 0.46% 0.47% -
HSV(B) 115.05º 0.63% 0.68% -
XYZ 18.91 32.11 10.2 -
YUV 131.67 90.37 86.86 -
System Red Green Blue C M Y K H S L
Decimal 74 174 65 0.57 0 0.63 0.32 115.05 0.46 0.47
Hex 4A AE 41 39 0 3F 20 73 2E 2F
Octal 112 256 101 71 0 77 40 163 56 57
Binary 1001010 10101110 1000001 111001 0 111111 100000 1110011 101110 101111

Color Harmonies of #4AAE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE41

Black with #4AAE41

Text Example


Text Example

White with #4AAE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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