Html Css Color HEX #4D9452 Fruit Salad

📋 copy color: '#4D9452'

red 77 ◦ green 148 ◦ blue 82

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

Shades of Fruit Salad #4D9452

Tints of Fruit Salad #4D9452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 25.08%
G = 48.21%
B = 26.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#4D9452 (or 0x4D9452) is known color: Fruit Salad. HEX triplet: 4D, 94 and 52. RGB value is (77,148,82). Sum of RGB (Red+Green+Blue) = 77+148+82=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9452 is #B26BAD. Grayscale: #777777. Windows color (decimal): -11692974 or 5411917. OLE color: 5411917.

HSL color Cylindrical-coordinate representation of color #4D9452: hue angle of 124.23º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9452 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 148 82 -
CMYK 0.48 0 0.45 0.42
HSL 124.23º 0.32% 0.44% -
HSV(B) 124.23º 0.48% 0.58% -
XYZ 15.17 23.37 11.69 -
YUV 119.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 77 148 82 0.48 0 0.45 0.42 124.23 0.32 0.44
Hex 4D 94 52 30 0 2D 2A 7C 20 2C
Octal 115 224 122 60 0 55 52 174 40 54
Binary 1001101 10010100 1010010 110000 0 101101 101010 1111100 100000 101100

Color Harmonies of #4D9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9452

Black with #4D9452

Text Example


Text Example

White with #4D9452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,148,82); }

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

background-color css

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

 a { background-color: rgb(77,148,82); }

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

border-color css

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

 span { border-color: rgb(77,148,82); }

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