Html Css Color HEX #4D9252 Fruit Salad

📋 copy color: '#4D9252'

red 77 ◦ green 146 ◦ blue 82

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

Shades of Fruit Salad #4D9252

Tints of Fruit Salad #4D9252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.87%

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

R = 25.25%
G = 47.87%
B = 26.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#4D9252 (or 0x4D9252) is known color: Fruit Salad. HEX triplet: 4D, 92 and 52. RGB value is (77,146,82). Sum of RGB (Red+Green+Blue) = 77+146+82=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9252 is #B26DAD. Grayscale: #767676. Windows color (decimal): -11693486 or 5411405. OLE color: 5411405.

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

Color convert

RGB 77 146 82 -
CMYK 0.47 0 0.44 0.43
HSL 124.35º 0.31% 0.44% -
HSV(B) 124.35º 0.47% 0.57% -
XYZ 14.86 22.74 11.59 -
YUV 118.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 77 146 82 0.47 0 0.44 0.43 124.35 0.31 0.44
Hex 4D 92 52 2F 0 2C 2B 7C 1F 2C
Octal 115 222 122 57 0 54 53 174 37 54
Binary 1001101 10010010 1010010 101111 0 101100 101011 1111100 11111 101100

Color Harmonies of #4D9252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9252

Black with #4D9252

Text Example


Text Example

White with #4D9252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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