Html Css Color HEX #4C8D52 Fruit Salad

📋 copy color: '#4C8D52'

red 76 ◦ green 141 ◦ blue 82

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

Shades of Fruit Salad #4C8D52

Tints of Fruit Salad #4C8D52

RGB

 RED value IS 76 (30.08% from 255) = 25.42%

 GREEN value IS 141 (55.47% from 255) = 47.16%

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

R = 25.42%
G = 47.16%
B = 27.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#4C8D52 (or 0x4C8D52) is known color: Fruit Salad. HEX triplet: 4C, 8D and 52. RGB value is (76,141,82). Sum of RGB (Red+Green+Blue) = 76+141+82=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8D52 is #B372AD. Grayscale: #737373. Windows color (decimal): -11760302 or 5410124. OLE color: 5410124.

HSL color Cylindrical-coordinate representation of color #4C8D52: hue angle of 125.54º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8D52 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 141 82 -
CMYK 0.46 0 0.42 0.45
HSL 125.54º 0.3% 0.43% -
HSV(B) 125.54º 0.46% 0.55% -
XYZ 14.03 21.2 11.33 -
YUV 114.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 76 141 82 0.46 0 0.42 0.45 125.54 0.3 0.43
Hex 4C 8D 52 2E 0 2A 2D 7E 1E 2B
Octal 114 215 122 56 0 52 55 176 36 53
Binary 1001100 10001101 1010010 101110 0 101010 101101 1111110 11110 101011

Color Harmonies of #4C8D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8D52

Black with #4C8D52

Text Example


Text Example

White with #4C8D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,141,82); }

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

background-color css

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

 a { background-color: rgb(76,141,82); }

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

border-color css

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

 span { border-color: rgb(76,141,82); }

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