Html Css Color HEX #4AA248 Fruit Salad

📋 copy color: '#4AA248'

red 74 ◦ green 162 ◦ blue 72

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

Shades of Fruit Salad #4AA248

Tints of Fruit Salad #4AA248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 24.03%
G = 52.6%
B = 23.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#4AA248 (or 0x4AA248) is known color: Fruit Salad. HEX triplet: 4A, A2 and 48. RGB value is (74,162,72). Sum of RGB (Red+Green+Blue) = 74+162+72=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA248 is #B55DB7. Grayscale: #7D7D7D. Windows color (decimal): -11886008 or 4760138. OLE color: 4760138.

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

Color convert

RGB 74 162 72 -
CMYK 0.54 0 0.56 0.36
HSL 118.67º 0.38% 0.46% -
HSV(B) 118.67º 0.56% 0.64% -
XYZ 16.91 27.76 10.6 -
YUV 125.43 97.85 91.32 -
System Red Green Blue C M Y K H S L
Decimal 74 162 72 0.54 0 0.56 0.36 118.67 0.38 0.46
Hex 4A A2 48 36 0 38 24 77 26 2E
Octal 112 242 110 66 0 70 44 167 46 56
Binary 1001010 10100010 1001000 110110 0 111000 100100 1110111 100110 101110

Color Harmonies of #4AA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA248

Black with #4AA248

Text Example


Text Example

White with #4AA248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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