Html Css Color HEX #4DA448 Fruit Salad

📋 copy color: '#4DA448'

red 77 ◦ green 164 ◦ blue 72

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

Shades of Fruit Salad #4DA448

Tints of Fruit Salad #4DA448

RGB

 RED value IS 77 (30.47% from 255) = 24.6%

 GREEN value IS 164 (64.45% from 255) = 52.4%

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

R = 24.6%
G = 52.4%
B = 23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#4DA448 (or 0x4DA448) is known color: Fruit Salad. HEX triplet: 4D, A4 and 48. RGB value is (77,164,72). Sum of RGB (Red+Green+Blue) = 77+164+72=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA448 is #B25BB7. Grayscale: #7F7F7F. Windows color (decimal): -11688888 or 4760653. OLE color: 4760653.

HSL color Cylindrical-coordinate representation of color #4DA448: hue angle of 116.74º degrees, saturation: 0.39, 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 #4DA448 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 164 72 -
CMYK 0.53 0 0.56 0.36
HSL 116.74º 0.39% 0.46% -
HSV(B) 116.74º 0.56% 0.64% -
XYZ 17.51 28.6 10.73 -
YUV 127.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 77 164 72 0.53 0 0.56 0.36 116.74 0.39 0.46
Hex 4D A4 48 35 0 38 24 75 27 2E
Octal 115 244 110 65 0 70 44 165 47 56
Binary 1001101 10100100 1001000 110101 0 111000 100100 1110101 100111 101110

Color Harmonies of #4DA448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA448

Black with #4DA448

Text Example


Text Example

White with #4DA448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,164,72); }

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

background-color css

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

 a { background-color: rgb(77,164,72); }

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

border-color css

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

 span { border-color: rgb(77,164,72); }

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