Html Css Color HEX #4AA244 Fruit Salad

📋 copy color: '#4AA244'

red 74 ◦ green 162 ◦ blue 68

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

Shades of Fruit Salad #4AA244

Tints of Fruit Salad #4AA244

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.29%

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

R = 24.34%
G = 53.29%
B = 22.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#4AA244 (or 0x4AA244) is known color: Fruit Salad. HEX triplet: 4A, A2 and 44. RGB value is (74,162,68). Sum of RGB (Red+Green+Blue) = 74+162+68=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA244 is #B55DBB. Grayscale: #7D7D7D. Windows color (decimal): -11886012 or 4497994. OLE color: 4497994.

HSL color Cylindrical-coordinate representation of color #4AA244: hue angle of 116.17º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AA244 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 162 68 -
CMYK 0.54 0 0.58 0.36
HSL 116.17º 0.41% 0.45% -
HSV(B) 116.17º 0.58% 0.64% -
XYZ 16.79 27.71 9.93 -
YUV 124.97 95.85 91.64 -
System Red Green Blue C M Y K H S L
Decimal 74 162 68 0.54 0 0.58 0.36 116.17 0.41 0.45
Hex 4A A2 44 36 0 3A 24 74 29 2D
Octal 112 242 104 66 0 72 44 164 51 55
Binary 1001010 10100010 1000100 110110 0 111010 100100 1110100 101001 101101

Color Harmonies of #4AA244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA244

Black with #4AA244

Text Example


Text Example

White with #4AA244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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