Html Css Color HEX #4AAE44 Fruit Salad

📋 copy color: '#4AAE44'

red 74 ◦ green 174 ◦ blue 68

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

Shades of Fruit Salad #4AAE44

Tints of Fruit Salad #4AAE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 23.42%
G = 55.06%
B = 21.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#4AAE44 (or 0x4AAE44) is known color: Fruit Salad. HEX triplet: 4A, AE and 44. RGB value is (74,174,68). Sum of RGB (Red+Green+Blue) = 74+174+68=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAE44 is #B551BB. Grayscale: #848484. Windows color (decimal): -11882940 or 4501066. OLE color: 4501066.

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

Color convert

RGB 74 174 68 -
CMYK 0.57 0 0.61 0.32
HSL 116.6º 0.44% 0.47% -
HSV(B) 116.6º 0.61% 0.68% -
XYZ 19 32.15 10.67 -
YUV 132.02 91.87 86.62 -
System Red Green Blue C M Y K H S L
Decimal 74 174 68 0.57 0 0.61 0.32 116.6 0.44 0.47
Hex 4A AE 44 39 0 3D 20 75 2C 2F
Octal 112 256 104 71 0 75 40 165 54 57
Binary 1001010 10101110 1000100 111001 0 111101 100000 1110101 101100 101111

Color Harmonies of #4AAE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE44

Black with #4AAE44

Text Example


Text Example

White with #4AAE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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