Html Css Color HEX #4C9155 Fruit Salad

📋 copy color: '#4C9155'

red 76 ◦ green 145 ◦ blue 85

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

Shades of Fruit Salad #4C9155

Tints of Fruit Salad #4C9155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.39%

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 24.84%
G = 47.39%
B = 27.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#4C9155 (or 0x4C9155) is known color: Fruit Salad. HEX triplet: 4C, 91 and 55. RGB value is (76,145,85). Sum of RGB (Red+Green+Blue) = 76+145+85=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9155 is #B36EAA. Grayscale: #757575. Windows color (decimal): -11759275 or 5607756. OLE color: 5607756.

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

Color convert

RGB 76 145 85 -
CMYK 0.48 0 0.41 0.43
HSL 127.83º 0.31% 0.43% -
HSV(B) 127.83º 0.48% 0.57% -
XYZ 14.75 22.44 12.15 -
YUV 117.53 109.64 98.38 -
System Red Green Blue C M Y K H S L
Decimal 76 145 85 0.48 0 0.41 0.43 127.83 0.31 0.43
Hex 4C 91 55 30 0 29 2B 80 1F 2B
Octal 114 221 125 60 0 51 53 200 37 53
Binary 1001100 10010001 1010101 110000 0 101001 101011 10000000 11111 101011

Color Harmonies of #4C9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9155

Black with #4C9155

Text Example


Text Example

White with #4C9155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,145,85); }

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

background-color css

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

 a { background-color: rgb(76,145,85); }

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

border-color css

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

 span { border-color: rgb(76,145,85); }

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